You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I'm not sure if this is a problem related to the linked dll or the compiled plugin or some incompatibility between the server and the connector but on windows Qt 5.15.3 and mysql server 8.0.29(on a linux host), this problem occurs.
The text was updated successfully, but these errors were encountered:
I can confirm this happens using Qt 5.15.2, but I currently don't understand why. With Qt 6.3.1 it's correct, using the same MySQL-Server (I got v8.0.21) and the same MySQL library. On the other hand, transactions work for me correctly anyway (i.e beginTransaction, rollbackTransaction and commitTransaction return true and leave the database in the expected state), even though hasFeature(Transactions) returns false
so I'm not sure if this is a problem related to the linked dll or the compiled plugin or some incompatibility between the server and the connector but on windows Qt 5.15.3 and mysql server 8.0.29(on a linux host), this problem occurs.
The text was updated successfully, but these errors were encountered: