You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connections between the DB schema and the main app are different.
While the :memory: database gets loaded correctly the first time, the app uses another :memory: database that doesn't have the schema loaded.
We should have a way to either allow the use of the same :memory: database or change when the DB gets loaded during the app initialization when SQLite :memory: is used
The text was updated successfully, but these errors were encountered:
The connections between the DB schema and the main app are different.
While the
:memory:
database gets loaded correctly the first time, the app uses another :memory: database that doesn't have the schema loaded.We should have a way to either allow the use of the same :memory: database or change when the DB gets loaded during the app initialization when SQLite :memory: is used
The text was updated successfully, but these errors were encountered: