Skip to content
Snippets Groups Projects
Commit c1c144af authored by Stephan Großberndt's avatar Stephan Großberndt Committed by Anja Leichsenring
Browse files

[BUGFIX] Quote identifier `colPos` in documentation example

The `colPos` identifier must be quoted - triggered by `{#colPos}`
in TypoScript - to make the database query work on database systems
that support case-sensitive identifiers (e.g. like PostgreSQL).

See
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.7/Importa
nt-80506-DbalCompatibleFieldQuotingInTypoScript.html and
https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/Functions
/Select.html#quoting-of-fields

Releases: master, 10.4
Resolves: #93517
Change-Id: I3ae9b9d269371920570472890a92ba925a3e9822
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67925


Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent d4784666
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment