67be01ae50
Even though it is stated in the documentation that the SQL driver must remain valid during the life time of QSqlQuery, there are users who don't follow the rule. It's common that the destructor of QSqlQuery is called after the driver is already deleted. This fix checks the validity of the SQLite driver before QSqliteResult uses it in destructor. Task-number: QTBUG-16967 Change-Id: If0f52113f12e14102da1671cd6e12bdaa267114f Reviewed-by: Yunqiao Yin <charles.yin@nokia.com> |
||
---|---|---|
.. | ||
qsql | ||
qsqldatabase | ||
qsqldriver | ||
qsqlerror | ||
qsqlfield | ||
qsqlquery | ||
qsqlrecord | ||
qsqlthread | ||
kernel.pro |