mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Fix last commit
Fix missing rowid->_rowid_ in commit55678bb9450a0546835b2d86f5124e7efb0a1109
This commit is contained in:
@@ -228,7 +228,7 @@ QString Table::sql() const
|
||||
sql += "\n)";
|
||||
|
||||
// without rowid
|
||||
if(m_rowidColumn != "rowid")
|
||||
if(m_rowidColumn != "_rowid_")
|
||||
sql += " WITHOUT ROWID";
|
||||
|
||||
return sql + ";";
|
||||
|
||||
Reference in New Issue
Block a user