qt5base-lts/tests/auto/sql/kernel
Matt Newell d5e9616e39 Add payload to QSqlDriver notification with PSQL implementation.
Postgres async notifications can contain a payload parameter
that is currently discarded. This patch provides the QSqlDriver
api change necessary to deliver a payload with each emitted
notification by adding a QVariant parameter to the notification
signal. It also provides the implementation for the qsqlpsql driver.
The qsql_ibase driver has been updated to reflect the change to the
notification signal signature.

The eventNotificationPSQL test in the qsqldatabase test has
been expanded to test proper payload sending and receiving.
All tests/auto/sql/kernel tests have been run with sqllite and
postgres with no regressions.

Task-number: QTBUG-13500
Change-Id: I9137f6acc8cfca93f45791ca930e0287d93d5d0d
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
2012-03-31 08:40:55 +02:00
..
qsql Make tst_qsql.cpp independent of QtWidgets 2012-03-11 00:08:33 +01:00
qsqldatabase Add payload to QSqlDriver notification with PSQL implementation. 2012-03-31 08:40:55 +02:00
qsqldriver Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsqlerror Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsqlfield Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsqlquery Expand QtSql tests covering boundValues and boundValueName 2012-03-31 08:39:53 +02:00
qsqlrecord Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsqlthread Fix compilation of tst_QSqlThread: no need to use QBasicAtomicInt here 2012-03-24 17:07:52 +01:00
kernel.pro Fix tst_qsql crashes on Mac OS X 2011-12-02 17:35:11 +01:00