sqlite installation works \o/ not much else though...

git-svn-id: file:///home/shish/svn/shimmie2/trunk@706 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-01-27 16:54:58 +00:00
parent 97e72fa2af
commit 1defaf78b0

View File

@ -35,7 +35,8 @@ class ADODB2_generic extends ADODB_DataDict {
case 'T': return 'DATE';
case 'L': return 'DECIMAL(1)';
case 'I': return 'DECIMAL(10)';
// case 'I': return 'DECIMAL(10)';
case 'I': return 'INTEGER'; // Hack for shimmie: SQLite auto-increment requires the word "integer"
case 'I1': return 'DECIMAL(3)';
case 'I2': return 'DECIMAL(5)';
case 'I4': return 'DECIMAL(10)';
@ -122,4 +123,4 @@ function ActualType($meta)
}
}
*/
?>
?>