Actions
Task #93517
closedEscape `colPos` to fix the example for other dbms
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-02-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
`colPos` must be escaped as `{#colPos}` in order to make the database query work on database systems with case sensivity (e.g. PostgreSQL)
See https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.7/Important-80506-DbalCompatibleFieldQuotingInTypoScript.html and https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/Functions/Select.html#quoting-of-fields
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/296
Actions