Actions
Bug #82995
closedFix wrong parameter type in QueryBuilder::quoteIdentifiersForSelect
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Fix wrong parameter type in QueryBuilder::quoteIdentifiersForSelect
3rd parameter is set to int but must be a boolean, instead the 3rd parameter must be the 4th parameter.
Actions