Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Improve error handling when moving table to a different schema
When moving an existing table to a different schema which already contains a table of that name, this causes an error. With this commit we try to detect this type of error as early as possible. This commit also updates the error message for that case. The old error message still mentioned the 'temporary flag' which isn't correct anymore. Also, when changing the schema fails, reset the dropdown box back to a working schema to avoid any confusion about whether the change worked or not.
- Loading branch information
1 parent
72d64ed
commit f01ad40
Showing
2 changed files
with
15 additions
and
6 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