Roger Binns <rog...@...> writes:

> 
> 
> 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
> 
Hey - I was *not* aware of that !
(Goes away to re-RTFM)

Cheers,
MikeW



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to