Details
-
Bug
-
Resolution: Invalid
-
P5: Not important
-
4.3.4
-
None
Description
QSqlQuery::numRowsAffected() will return 0 when using MySQL for UPDATE queries when no actual data has been changed, i.e. if the updated data is the same as the old data. This is different from how other databases operates.