Actions
Bug #15535
closedSELECT COUNT(DISTINCT(xxx)) produces wrong field name
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-01-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The DBAL translates the above mentioned request to
SELECT COUNT`)
instead of
SELECT COUNT)
This problem leads to a malfunction in the tt_news extension.
Regards
--Marcel
(issue imported from #M2438)
Actions