-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
app crash #1248
Comments
Thanks @isrep. That should be solved in the next nightly build. I have to remember testing without any database open 😉 |
While we are at it, there seems to be another crash in 5a8d6bb
Thanks again |
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. |
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: