I’d like to make sure the SQLite library included with iOS 4.0 supports foreign key constraints. The official docs state:
In order to use foreign key constraints in SQLite, the library must be compiled with neither SQLITE_OMIT_FOREIGN_KEY or SQLITE_OMIT_TRIGGER defined.
How can I check it programmatically in C or using sqlite3 CLI tool?
Thanks in advance.
The docs say: