QSqlQuery different value() type
Unsolved
General and Desktop
-
One unrelated note, you're not using QSqlDatabase correctly. There's no need to use new on it.
What OS and MySQL version are you using ?
-
Did you only change Qt version or also MySQL ?
Did you rebuild the MySQL plugin ?
-
What size are both tables ?
-
I meant number of rows of each tables.
-
The plugin hasn't changed anything related to that between 5.5 and 5.6 so I wonder if it's a change in QVariant.
By the way, why do you need that information ? You should be able to just convert to int without any problem.