QSqlDriver does not support Transactions (but everything seems to be installed)
-
Same to you !
Did you rebuild the Qt MySQL plugin ?
-
Not necessarily. The transaction detection is effective if the client library version used to build the plugin is greater than 3.23.34. Now the question is is, are you sure the server supports it ?
-
Not necessarily. The transaction detection is effective if the client library version used to build the plugin is greater than 3.23.34. Now the question is is, are you sure the server supports it ?
-
How were you using it ?
-
So basically if you don't do the check and use it, it works as expected ?
-
Sorry, I misunderstood you. So if you write the transaction in the SQL statement of the QSqlQuery it's working properly. Correct this time ?
-
Sorry, I misunderstood you. So if you write the transaction in the SQL statement of the QSqlQuery it's working properly. Correct this time ?
-
That's not the most easy but I'd re-build the MySQL plugin to see what the check does currently.