Actions
Bug #81946
closedQueryBuilder->quoteIdentifiersForSelect() does not respect alias in lower or mixed case
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2017-07-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
QueryBuilder->quoteIdentifiersForSelect() does only accept alias definition in uppercase (AS) e.g. foo AS bar
foo AS bar
=> worksfoo as bar
=> throws exceptionfoo aS bar
=> throws exception
Actions