forked from sqlitebrowser/sqlitebrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add menu item to allow attaching other databases
Add a new menu option which allows attaching other databases. Doing so by running the SQL code by yourself using the Execute SQL tab won't work because the SQL tab creates a restorepoint and attaching databases while being in a transaction is not allowed. Note that this commit misses quite a few features: In case of name conflicts the UI may break, there is no way to tell which databases have been attached and the attached databases are not stored in the project files. See issue sqlitebrowser#100.
- Loading branch information
1 parent
48ea79b
commit 6c52ac7
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters