I am compiling an Obj-C app that use Sqlite. I've checked the version with
select sqlite_version();
and the statement returns the 3.7.13.
I need to perform "WITH" recursive query on that version of the application. The "WITH" have been introduced in the newer version.
How can I force the app to use the newer version of the sqlite library instead of the 3.7.13?
If i change manually the library inside the SDK folder would it be safe? Just copy the libsqlite3.dylib from the 8.0 IOS folder to the 7.0 folder?
Thank you
Aucun commentaire:
Enregistrer un commentaire