Actions
Task #79122
closedDeprecated BackendUtility::getRecordsByField()
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2016-12-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Sprint Focus:
Description
BackendUtility::getRecordsByField() has a flawed design due to passing SQL fragments. This contradicts the goal of using named
parameters for all queries in the core and requires passing the original QueryBuilder object in addition to the stringified constraint.
Replace all calls to the method with direct usage of the QueryBuilder and deprecate the method.
Actions