We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for DB Browser for SQLite, it is quite good tool.
The text was updated successfully, but these errors were encountered:
Avoid crash when starting without a database and activating the find …
5a8d6bb
…frame See issue #1248
Thanks @isrep. That should be solved in the next nightly build.
I have to remember testing without any database open 😉
Sorry, something went wrong.
While we are at it, there seems to be another crash in 5a8d6bb
Thanks again
Prevent crash with "Save SQL file as" when no SQL tab is open
cc61e47
The same check performed in MainWindow::saveSqlFile() is applied here. See issue #1248
I've applied the same check as in "Save SQL file" for preventing the crash.
A better solution would be to always have an SQL tab open, even when there is no DB open. We let the user open one, so I assume that is not a problem.
Another better solution is to enable the save button (and probably others) only when there is at least one SQL tab.
Thank you, it does not crash any more.
mgrojo
No branches or pull requests
Details for the issue
Thank you for DB Browser for SQLite, it is quite good tool.
Useful extra information
I'm opening this issue because:
I'm using DB4S on:
I'm using DB4S version:
I have also:
The text was updated successfully, but these errors were encountered: