mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Store row columns in a vector instead of a list
This should speed things marginally up.
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
void setPseudoPk(const QString& pseudoPk);
|
||||
QString pseudoPk() const { return m_pseudoPk; }
|
||||
|
||||
typedef QList<QByteArray> QByteArrayList;
|
||||
typedef QVector<QByteArray> QByteArrayList;
|
||||
|
||||
sqlb::ForeignKeyClause getForeignKeyClause(int column) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user