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

Fix replaying queries from aborted transactions

Instead of re-executing the QSqlQuery that was part of the initial
transaction run we store the plain SQL statement and bind values and
we create a new QSqlQuery when replaying the transaction.

This seems to fix an issue when certain queries were not re-executed
properly on MySQL.
parent 68f69a47
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