[Modeling-users] Sqlite numeric types returnes as strings
Status: Abandoned
Brought to you by:
sbigaret
From: Ernesto R. <er...@si...> - 2003-09-18 16:44:11
|
pysqlite 4.3.0 Ok, I've checked it out * good types: ['integer', 'int', 'int4', 'smallint', 'int2', 'bigint', = 'int8', 'float4', 'float8'] * bad types ['real', 'double precision', 'double', 'numeric', = 'numeric(15)', 'numeric(15,5)', 'decimal', 'decimal(15)', = 'decimal(15,5)'] I got the types from postgres (I know, that not all are ANSI SQL 92, but = a lot of them are.) I've sent a bug report to pysqlite @ sf. If anyone ones the test procedure used, let me know. Best regards, Erny |