qt5base-lts/src/sql/kernel
Jesus Fernandez 9501e92841 Replace executedQuery when executing a new query
Only the first successful query was stored in the variable. When a new
query is executed the function QSqlResult::setActive was not replacing
the last executed query.

Fixes: QTBUG-28883
Change-Id: Ib4938c42e6264f9edd0764b4a392da7988f68fc0
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2019-01-30 23:08:04 +00:00
..
kernel.pri QtSql: Fix qmake warning about missing qsql.h 2016-07-13 07:18:21 +00:00
qsql.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
qsqlcachedresult_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qsqlcachedresult.cpp Improve sql allocated cache reuse 2016-02-16 21:22:19 +00:00
qsqldatabase.cpp QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabase 2018-04-06 07:18:03 +00:00
qsqldatabase.h QtSql: Raise minimum supported MSVC version to 2015 2018-01-04 20:23:54 +00:00
qsqldriver_p.h Add qtsqlglobal.h and qtsqlglobal_p.h 2016-07-03 07:56:23 +00:00
qsqldriver.cpp Modernize the "datestring" feature 2018-09-24 17:12:29 +00:00
qsqldriver.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qsqldriverplugin.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qsqldriverplugin.h Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qsqlerror.cpp doc: Fix several minor qdoc warnings 2018-01-20 13:54:37 +00:00
qsqlerror.h Add move special member functions to QSqlError 2017-04-28 12:50:34 +00:00
qsqlfield.cpp QSqlField: rearrange QSqlFieldPrivate members 2018-03-07 18:36:33 +00:00
qsqlfield.h Fix BC breakage by adding an overload for the QSqlField constructor 2017-11-13 06:59:25 +00:00
qsqlindex.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qsqlindex.h Add qtsqlglobal.h and qtsqlglobal_p.h 2016-07-03 07:56:23 +00:00
qsqlnulldriver_p.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qsqlquery.cpp QSqlQuery: Specify documentation of named placeholders 2018-08-28 16:10:47 +00:00
qsqlquery.h Add qtsqlglobal.h and qtsqlglobal_p.h 2016-07-03 07:56:23 +00:00
qsqlrecord.cpp QSqlRecord: (re)speedup indexOf(const QString& name) 2018-01-06 05:17:28 +00:00
qsqlrecord.h Add qtsqlglobal.h and qtsqlglobal_p.h 2016-07-03 07:56:23 +00:00
qsqlresult_p.h QSqlResult: use QVector<int> instead QList<int> for indexes value 2018-03-23 17:03:23 +00:00
qsqlresult.cpp Replace executedQuery when executing a new query 2019-01-30 23:08:04 +00:00
qsqlresult.h Add qtsqlglobal.h and qtsqlglobal_p.h 2016-07-03 07:56:23 +00:00
qtsqlglobal_p.h Sql: Add a feature for the SQL item models 2018-02-20 09:09:01 +00:00
qtsqlglobal.h Sql: Add a feature for the SQL item models 2018-02-20 09:09:01 +00:00