mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 19:41:19 -06:00
Reload schema when refreshing the browse data view
When hittin the refresh button in the Browse Data tab reload the table schema, too, before reloading the table data. It might have changed from outside the application as well. See issue #496.
This commit is contained in:
@@ -663,6 +663,7 @@ void MainWindow::setRecordsetLabel()
|
||||
|
||||
void MainWindow::browseRefresh()
|
||||
{
|
||||
db.updateSchema();
|
||||
populateTable(ui->comboBrowseTable->currentText());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user