On Mon, Oct 12, 2009 at 9:38 PM, Igor Tandetnik <[email protected]> wrote: > Dan Phillips wrote: >> Is it possible in any way to get a low level view of the values in my >> database in order to see exactly what types they are stored as? > > typeof
Thanks. It seems you have to declare the column as TEXT for Decimals to be stored as TEXT, which I guess makes sense. (And it's what the "Datatypes In SQLite Version 3" document says will happen.) _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

