Commit 70f76a83 authored by zYne's avatar zYne

fixes #105

parent d4e0b716
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment