Details
-
Bug
-
Resolution: Duplicate
-
P4: Low
-
4.3.3
-
None
Description
QSqlQuery::bindValue() escapes the \ character in the PSQL driver without checking if it should or not, if "standard_conforming_strings" has been turned on then no escaping should be done in the formatValue() function.