-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

MikeW wrote:
> I guess one approach would be to compile with SQLITE_ENABLE_COLUMN_METADATA
> and then to read the column type from there rather than from 
> sqlite3_column_type().

Or just call sqlite3_column_decltype -
http://sqlite.org/c3ref/column_decltype.html - which will tell you what
was used in the create table SQL.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkl428YACgkQmOOfHg372QQqIwCfTwUpAJWqE4nMXtJAc4WFDkY3
+tcAnjfErwVQm4x//WzhgepYAKYuxrNZ
=LwmC
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to