Project

General

Profile

Actions

Bug #82854

closed

foreign_table_where with GROUP BY, ORDER BY, … cannot handle multiline strings

Added by Wolfgang Klinger over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
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

Also available in: Atom PDF