Bug #98561
closedStyleguide updated menu dataprocessor do not work with PostgresSQL
100%
Description
Using PostgresSQL backend leads to error in menu processing, which can
be seen using the ext:styleguide extension frontend demo pages.
The background of this issue is, the PostgreSQL seems to lowercase fieldnames
if they are not properly quoted, and than cannot find them if the field is in
upper case, like for example pages.SYS_LASTCHANGED.
Due the nature of the system desing and historical reasons, sql parts are manually
build and injected in QueryBuilder instances, which prevents proper quoting of
identifiers and values - leading to this issue.
Files
Updated by Gerrit Code Review about 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76035
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76054
Updated by Stefan Bürk about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0f628f976fb1400ac7716b84b635073bb1ca5631.