qt5base-lts/tests/benchmarks/sql/kernel
Christian Ehrlicher a924b4d58f psql: do not try to get table name when PQftable returns InvalidOid
When the table for a selected column can't be determined (e.g. because
there is no table for it), PQftable returns InvalidOid. This was not
covered and a query to determine the table name was executed every
time which slowed down calls to QSqlQuery::value(QString).

Task-number: QTBUG-65226
Change-Id: Idd8fbaaef7b01ca4151439f46cad2cce6f1c93e9
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2018-02-22 19:00:08 +00:00
..
qsqlquery Remove QMAKE_LIBS_NETWORK from QSqlQuery benchmark 2017-08-28 13:10:34 +00:00
qsqlrecord psql: do not try to get table name when PQftable returns InvalidOid 2018-02-22 19:00:08 +00:00
kernel.pro psql: Improve performance of record() 2018-02-08 18:24:48 +00:00