mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
fix correct row insert
This commit is contained in:
@@ -211,6 +211,6 @@ void SqliteTableModel::fetchData(unsigned int from, unsigned to)
|
||||
}
|
||||
}
|
||||
sqlite3_finalize(stmt);
|
||||
beginInsertRows(QModelIndex(), currentsize, m_data.size());
|
||||
beginInsertRows(QModelIndex(), currentsize + 1, m_data.size());
|
||||
endInsertRows();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user