qt5base-lts/tests/auto/sql/kernel
Eric Lemanissier c28718b88b Correction on bound values in case of repeated QSqlQuery::execBatch
Until now, QSqlQuery::execBatch did not call resetBindCount, which lead
the next call to QSqlQuery::addBindValue to start at non zero index.
This is problematic in case of a prepared query which is called several
times.

Task-number: QTBUG-43874
Change-Id: I1a0f46e39b74d9538009967fd98a269e05aac6f2
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
2015-01-16 13:14:26 +01:00
..
qsql Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsqldatabase Added timezone support for datetime fields in PSQL 2014-12-30 23:49:14 +01:00
qsqldriver Adjust DBMSType to DbmsType to follow conventions 2014-11-26 10:47:32 +01:00
qsqlerror Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsqlfield Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsqlquery Correction on bound values in case of repeated QSqlQuery::execBatch 2015-01-16 13:14:26 +01:00
qsqlrecord Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsqlresult Expose QSqlDriverPrivate dbmsType in public QSqlDriver api 2014-09-24 14:44:49 +02:00
qsqlthread Update license headers and add new license files 2014-09-24 12:26:19 +02:00
kernel.pro SQL: Change in QSqlResultPrivate::positionalToNamedBinding() 2012-12-10 21:23:35 +01:00