Actions
Bug #81240
closedTypo3DBQueryParser doesn't wrap subselect in braces for has many relations
Start date:
2017-05-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When your Extbase Model contains a RELATION_HAS_MANY and your query contains a constraint relating to this relation, the Typo3DbQueryParser generates a subselect for this property. This subselect has to be wrapped in braces, so the MySQL query parser can distinguish between the main and the subquery. These are missing currently.
Actions