Michael Pitchford
<[EMAIL PROTECTED]> wrote:
>   I'm having an issue with sqlite3_column_type in the current version
> of sqlite (3.5.6 at the time of this email). Unless I explicitly call
> sqlite3_step() on the statement, it returns SQLITE_NULL for every
> column. Is this a bug or is it just how the sqlite3_column_type works
> now?

That's how it always worked, I believe. You have to be positioned on 
some row to obtain column type, since the type of the data in the same 
column can vary from row to row (what with SQLite using manifest 
typing).

Igor Tandetnik 



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

Reply via email to