On 5 Sep 2018, at 11:22am, Richard Hipp <d...@sqlite.org> wrote:

> Just call sqlite3_errcode().  It will return SQLITE_OK if the
> sqlite3_column function was successful.

In respect of the above, I observe the second sentence of

<https://sqlite.org/c3ref/errcode.html>

If the most recent API call was successful, then the return value from 
sqlite3_errcode() is undefined."

It's possible that the documentation needs to be corrected.  Or perhaps this is 
a special case not mentioned in the documentation.

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

Reply via email to