summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
diff options
context:
space:
mode:
authorRobert Szefner <r.szefner@hydro-partner.pl>2017-11-10 08:35:40 +0100
committerRobert Szefner <robertsz27@interia.pl>2018-01-08 09:10:10 +0000
commit6d0c8825f9bee01e4962a82d78a310e11ae8d17c (patch)
treed00f305ae291b13efc87a4f57ae4f6068b8a503c /tests/auto/corelib/tools
parentcf35bc21c080987691c64179d572bc403a8978c1 (diff)
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>
Diffstat (limited to 'tests/auto/corelib/tools')
0 files changed, 0 insertions, 0 deletions