Bug #82854
closedforeign_table_where with GROUP BY, ORDER BY, … cannot handle multiline strings
100%
Description
'foreign_table_where' => ' AND tt_address.deleted = 0 AND tt_address.hidden = 0 AND tt_address.company != "" AND tt_address.pid IN(###PAGE_TSCONFIG_ID###) ORDER BY tt_address.company',
does not work currently as the regular expression to split the query does not take line breaks (often used for better readability) into account.
Updated by Gerrit Code Review about 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54474
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54474
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54478
Updated by Wolfgang Klinger about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 689c9d850e2dfa35057df8a2c0223e62f8434961.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54478
Updated by Wolfgang Klinger about 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset 6d3286b5a9ea8180938dc07fc95b087968bc16f7.