quotient-im / libQuotient

A Qt library to write cross-platform clients for Matrix
https://quotient-im.github.io/libQuotient/
GNU Lesser General Public License v2.1
132 stars 56 forks source link

Fix database query executing #751

Closed TobiasFella closed 4 months ago

TobiasFella commented 4 months ago

This constructor for QSqlQuery automatically executes the query, meaning that we effectively executed all queries twice

KitsuneRal commented 4 months ago

So, if a query is non-empty it's immediately executed? Very intuitive and absolutely not error-prone...