Skip to content
Commit fb8e5193 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Clear cached queries before closing database connection

This works around a crash in QPSQL driver in Qt 4, where destroying QSqlQuery
after QSqlDatabase connection has been closed apparently leads to a crash.

We now clear all cached QSqlQueries belonging to the same thread as the
DataStore being destroyed before it closes the connection.

BUG: 330215
FIXED-IN: 1.11.1
parent f28b675e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment