mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
SqlExecutionArea: Support exporting result to CSV file
Add a button which allows the user to save the query results to a CSV file. Add some basic preparations for saving the result as a view.
This commit is contained in:
@@ -675,6 +675,7 @@ void MainWindow::executeQuery()
|
||||
{
|
||||
statusMessage = tr("%1 Rows returned from: %2").arg(
|
||||
sqlWidget->getModel()->totalRowCount()).arg(queryPart);
|
||||
sqlWidget->enableSaveButton(true);
|
||||
sql3status = SQLITE_OK;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user