fixes #105
This commit is contained in:
parent
d4e0b7165e
commit
70f76a8371
@ -36,7 +36,7 @@ class ADODB2_sqlite extends ADODB_DataDict {
|
||||
case 'D': return 'DATE';
|
||||
case 'T': return 'DATE';
|
||||
|
||||
case 'L': return 'REAL';
|
||||
case 'L': return 'INTEGER';
|
||||
case 'I': return 'INTEGER';
|
||||
case 'I1': return 'INTEGER';
|
||||
case 'I2': return 'INTEGER';
|
||||
|
Loading…
Reference in New Issue
Block a user