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. -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users