Actions
Bug #24114
closedDISTINCT as a function is not compatible with DBAL
Start date:
2010-11-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
EM tool is using DISTINCT keyword as a function:
SELECT COUNT) ...
instead of the DBAL compatible way:
SELECT COUNT
(issue imported from #M16455)
Files
Actions