-
-
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.
Don't allow selection of tables/indices in VACUUM dialog
Remove the feature to select individual tables and indices to vacuum in the vacuum dialog. Turns out SQLite doesn't support this (and apparently never has). If you didn't select all tables at once, it would just print errors to the console output. I have no idea why we ever implemented it this way. However, the dialog could be reused to allow selection of database schemata to compact - and this actually does work.
- Loading branch information
1 parent
829e310
commit c616b39
Showing
2 changed files
with
16 additions
and
26 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