Actions
Bug #82854
closedforeign_table_where with GROUP BY, ORDER BY, … cannot handle multiline strings
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-10-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions