Hi

I am running 3.3.5 on OSX10.4 from the starKit available on www.sqlite.org.

I have written a wrapper and I am now unit testing each of the C functions.

I am getting fails on

sqlite3_table_column_metadata
sqlite3_release_memory
sqlite3_soft_heap_limit

Could these be due to the library available in the starKit not being compiled with SQLITE_ENABLE_COLUMN_METADATA and SQLITE_ENABLE_MEMORY_MANAGMENT.


I am also getting a fail with

sqlite3_sleep

when I look in the symbol generated with nm on the library, there is no reference to sqlite3_sleep. I have seen no mention of problems with sleep on the mailing list so I am again thinking that I may need to create the library myself if I want access to this function.

Regards

Aidan

Reply via email to