-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add better handling of multiple schemata in the Database Structure tab
Commit 532fcd3 added support for multiple database schemata to the backend code. While doing this, it removed support for showing temporary database objects in the user interface. This functionally is partially reimplemented by this commit. With this commit temporary database objects are shown in the Database Structure tab and in the Db Structure dock. Unlike before however, they are visually separated from 'normal' database objects. Also this commit tries to make use of the new schema handling code wherever possible to also separate temporary objects programatically from the normal ones. This wasn't done in earlier versions and effectively was a source of all sorts of errors. This commit still lacks support for temporary tables in the foreign key editor and in the Browse Data tab. Also a substantial amount of testing is still required.
- Loading branch information
1 parent
c616b39
commit 44eb2d4
Showing
11 changed files
with
267 additions
and
156 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
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
Oops, something went wrong.