Skip to content
Commit c0ea69ee authored by Christian Kamm's avatar Christian Kamm
Browse files

SqlQuery: Reset after each successful exec().

In e5269a41 I moved the reset calls to
before the first bindValue() because we didn't consistently reset()
after exec().

However, some queries may keep a lock on the database so it is necessary
to reset() as soon as the data is read. This commit reintroduces these
reset() calls.
parent 5640cbf6
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