SqlDelight / Android I didn't know that foreign ke...
# squarelibraries
e
SqlDelight / Android I didn't know that foreign keys are disabled by default. So my app was released without foreign key checks ON. I can guarantee the data integrity. Is it ok to turn on the foreign keys in the
onConfigure
for an existing database? After I have turned it on, the app is not behaving correctly anymore and I see errors in the logs
Error: Undeliverable exception received, not sure what to do android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)