mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 16:44:30 +02:00
- added dibi-field-type autodetection
- added DibiColumnInfo::getVendorInfo()
This commit is contained in:
@@ -369,6 +369,7 @@ class DibiSqliteDriver extends DibiObject implements IDibiDriver
|
||||
'name' => isset($pair[1]) ? $pair[1] : $pair[0],
|
||||
'table' => isset($pair[1]) ? $pair[0] : NULL,
|
||||
'fullname' => $name,
|
||||
'nativetype' => NULL,
|
||||
);
|
||||
}
|
||||
return $res;
|
||||
|
Reference in New Issue
Block a user