I attempted to call sqlite3_table_column_metadata which is defined in sqlite3.h, but get the symbol(s) not found error. All other sqlite3 calls link properly.
** This API is only available if the library was compiled with the
** SQLITE_ENABLE_COLUMN_METADATA preprocessor symbol defined.
*/
int sqlite3_table_column_metadata(