SQLite Forum

Using SQLITE_OMIT_xxx in SQLite 3.36
Login
Hi everyone,

I am updating an SQLite of an Android application from 3.6 to 3.36, unfortunately most of SQLITE_OMIT_xxx options don't work anymore. In Android size is huge issue so I am trying to omit as much functions as possible. Does anyone know if there is an alternative for those compile options? P.S. I didn't find anything in the release notes about these options.