touchlab-lab / knarch.db

K(otlin)N(ative)A(rchitecture) Database
https://touchlab.co/
Apache License 2.0
90 stars 9 forks source link

Fix dbconfig reset #37

Closed kpgalligan closed 6 years ago

kpgalligan commented 6 years ago

Right now updating the db config closes and reopens the db connect, but that will fail because we're removing the dbconfig. Re-enable testEnableAndDisableForeignKeys and add some tests related to this process.