Actions
Bug #93951
closedQueryBuilder not yet compatible with doctrine/dbal 2.13.x
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2021-04-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The QueryBuilder still has the following return type hint for execute() method:
@return \Doctrine\DBAL\Driver\Statement|int
This should include the new Result return type, see #93848.
Otherwise, developers can't use the new none deprecated API. It would be reported as none available by static code analysers, even if it's actually used under the hood.
Actions