Hi

Richard, thanks for the quick reply.  Unfortunately compiling the
library myself is not an option since I have no C/C++ compiler
available. Looks like I'll have to live with my workaround.

Cheers,

Martin


On 09/06/2017 12:40, Richard Hipp wrote:
> On 6/9/17, Martin Lowry <m.lo...@hull.ac.uk> wrote:
>> In version 3.11.1 sqlite3_table_column_metadata
>> failed with a non-zero exit code which was  easier to deal with.
> If you compile with -DSQLITE_ENABLE_API_ARMOR, then invoking
> sqlite3_table_column_metadata() with a NULL zTableName value will
> return SQLITE_MISUSE - which is non-zero, but which should also be a
> clue that you are doing something wrong.
>
> I will update this documentation to make it clear that the table name
> parameter to sqlite3_table_column_metadata() may not be null.

**************************************************
To view the terms under which this email is 
distributed, please go to 
http://www2.hull.ac.uk/legal/disclaimer.aspx
**************************************************
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to