mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 17:29:53 +02:00
- added dibi-field-type autodetection
- added DibiColumnInfo::getVendorInfo()
This commit is contained in:
@@ -101,6 +101,7 @@ class dibi
|
||||
FIELD_FLOAT = 'f',
|
||||
FIELD_DATE = 'd',
|
||||
FIELD_DATETIME = 't',
|
||||
FIELD_TIME = 't',
|
||||
|
||||
// special
|
||||
IDENTIFIER = 'n';
|
||||
|
Reference in New Issue
Block a user