[BUGFIX] DBAL: Fix quoting of single quotes in WHERE values for MSSQL
MSSQL escapes single quotes in values by doubling them. When parsing the WHERE clause DBAL removed the escaping without performing the required escaping of the values when compiling the query. This is fixed by adding a special handling of MSSQL in _quoteWhereClause(). Resolves: #27760 Releases: master, 6.2 Change-Id: I9b8f4fa6ab6e47bd44e6998ee3a492468713cbf0 Reviewed-on: http://review.typo3.org/42803 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Tizian Schmidlin <st@cabag.ch> Tested-by:
Tizian Schmidlin <st@cabag.ch> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
parent
69e03be1
Please register or sign in to comment