mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-29 16:39:37 -05:00
Fix browsing of tables without rowid
Browsing WITHOUT ROWID tables was broken since a couple of commits. An error message would be printed to the console and all cells would stay empty. This is fixed by this commit.
This commit is contained in:
@@ -86,6 +86,7 @@ private:
|
||||
|
||||
QString m_sQuery;
|
||||
QString m_sTable;
|
||||
QString m_sRowidColumn;
|
||||
QString m_pseudoPk;
|
||||
int m_iSortColumn;
|
||||
QString m_sSortOrder;
|
||||
|
||||
Reference in New Issue
Block a user