Do you guys bundle your own sqlite? (to keep contr...
# android-architecture
u
Do you guys bundle your own sqlite? (to keep control of version, etc)
🤔 1
g
I think it only makes sense if you heavily depend on some feature of new sql version (like full text search or json5), otherwise it doesn’t look necessary
u
I've seen some weird crashes on certain devices like this
Copy code
Fatal Exception: android.database.sqlite.SQLiteException: error in trigger subscriber_fake_foreign_key_cascade_delete: no such table: main.finDoc (code 1 SQLITE_ERROR)
even though the table is there, and stuff like that would you think its not sql version related?
g
I doubt that it related on particular version of sql