qt5base-lts/tests/auto/sql
Robert Szefner 6d0c8825f9 QPSQL: Add support for multiple result sets
This change adds support for multiple result sets in PostgreSQL.

[Important Behavior Changes] The QPSQL driver now supports multiple
result sets. Since QPSQL previously did not support multiple result
sets, there may be some compatibility issues with the existing code
that executed several queries as one and were expecting to get
the results of the last one. In this case use QSqlQuery::nextResult()
to move to the last result set.

[ChangeLog][QtSql][QPSQL] Added support for multiple result sets

Change-Id: I2bfc91f512c4dac83116f3aa42833839a6da084c
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2018-01-08 09:10:10 +00:00
..
kernel QPSQL: Add support for multiple result sets 2018-01-08 09:10:10 +00:00
models Test calling setRelation() with QSqlRelation() clears the relation 2018-01-02 08:50:54 +00:00
sql.pro Moved sql autotests into new directory structure 2011-09-06 09:32:15 +02:00