-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Details for the issue
I cant define pragmas on the run-sql tab. E. g. if I type and execute "pragma auto_vacuum = 1;" and choose the tab "edit pragmas" i cant see my changes.
Its also not working when i modify the options directly on the "edit pragmas" tab, also if i hit the "save" button hundrets of times.
But i found a workaround, if i type and execute this:
end transaction;
pragma auto_vacuum = 1;
and after that I clicked the "compact database" option on the menu strip, then changes were accepted.
Useful extra information
I'm opening this issue because:
- DB4S is crashing
- DB4S has a bug
- DB4S needs a feature
- DB4S has another problem
I'm using DB4S on:
- Windows: ( version: 7_Professional )
- Linux: ( distro: ___ )
- Mac OS: ( version: ___ )
- Other: ___
I'm using DB4S version:
- 3.9.1
- 3.9.0
- Other: ___
- also occuring at version 3.8.0
I have also:
- Tried out the nightly version: https://github.com/sqlitebrowser/sqlitebrowser#windows
- Searched for an existing similar issue: https://github.com/sqlitebrowser/sqlitebrowser/issues?utf8=%E2%9C%93&q=is%3Aissue%20
Metadata
Metadata
Assignees
Labels
No labels