1
0
mirror of synced 2025-03-04 20:03:21 +03:00
This commit is contained in:
zYne 2006-09-24 12:50:39 +00:00
parent d4e0b7165e
commit 70f76a8371

View File

@ -36,7 +36,7 @@ class ADODB2_sqlite extends ADODB_DataDict {
case 'D': return 'DATE'; case 'D': return 'DATE';
case 'T': return 'DATE'; case 'T': return 'DATE';
case 'L': return 'REAL'; case 'L': return 'INTEGER';
case 'I': return 'INTEGER'; case 'I': return 'INTEGER';
case 'I1': return 'INTEGER'; case 'I1': return 'INTEGER';
case 'I2': return 'INTEGER'; case 'I2': return 'INTEGER';