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
Steps to reproduce
0. Create SQLite3 connection to an existing database A (lets call it databaseA.db)
Connect to this database, inspect database contents, close the connection
Edit connection, change the DB file path (lets call it databaseB.db)
Connect to the database, inspect database contents.
Expected:
databaseB contents should be shown
Observed:
databaseA contents are shown
Additional details:
changeActiveDatabase with the old db path may be causing this, look in the store, maybe erase last_used_database when connection manager makes API call to update it.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
0. Create SQLite3 connection to an existing database A (lets call it databaseA.db)
Expected:
databaseB contents should be shown
Observed:
databaseA contents are shown
Additional details:
changeActiveDatabase with the old db path may be causing this, look in the store, maybe erase last_used_database when connection manager makes API call to update it.
The text was updated successfully, but these errors were encountered: