fixes #105
This commit is contained in:
parent
d4e0b7165e
commit
70f76a8371
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue