mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
committed by
Martin Kleusberg
parent
44d64f2a8f
commit
e3a7d9aa75
@@ -932,6 +932,8 @@ void MainWindow::executeQuery()
|
||||
sqlWidget->getEditor()->getSelection(&execution_start_line, &execution_start_index, &dummy, &dummy);
|
||||
}
|
||||
|
||||
SqliteTableModel::removeCommentsFromQuery(query);
|
||||
|
||||
if (query.trimmed().isEmpty() || query.trimmed() == ";")
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user