-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.3
-
None
-
-
a8e4bad3f (dev), b57543584 (6.10), 6890006b2 (6.9)
qsql_sqlite.cpp
static QSqlIndex qGetTableInfo(QSqlQuery &q, const QString &tableName, bool onlyPIndex = false)
is using PRAGMA table_info, which doesn't report generated columns. PRAGMA table_xinfo should be used instead.