mirror of
https://github.com/dg/dibi.git
synced 2025-08-10 16:14:57 +02:00
- added dibi-field-type autodetection
- added DibiColumnInfo::getVendorInfo()
This commit is contained in:
@@ -346,9 +346,8 @@ class DibiMsSqlDriver extends DibiObject implements IDibiDriver
|
||||
'name' => $row['name'],
|
||||
'fullname' => $row['column_source'] ? $row['column_source'] . '.' . $row['name'] : $row['name'],
|
||||
'table' => $row['column_source'],
|
||||
'type' => NULL,
|
||||
'nativetype' => $row['type'],
|
||||
) + $row;
|
||||
);
|
||||
}
|
||||
return $res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user