The initial migrations work without an error, but afterwards it is not possible to use this database as no tables seem to exist anymore. If I use a database file, everything works fine.
I'll try to create a succinct test case tomorrow and add it to this issue.
I switched from
github.com/glebarez/sqlite
to this sqlite implementation, because it supports the Backup API.Unfortunately now the In-Memory DB does not work anymore. No other code was changed, all the tests worked before.
I'm using it like this:
The initial migrations work without an error, but afterwards it is not possible to use this database as no tables seem to exist anymore. If I use a database file, everything works fine.
I'll try to create a succinct test case tomorrow and add it to this issue.