[TYPO3-core] FYI #16455: DISTINCT as a function is not compatible with DBAL

Xavier Perseguers typo3 at perseguers.ch
Wed Nov 17 23:12:08 CET 2010


Hi,

FYI following patch has been committed to trunk as rev. 9475.

Branches: trunk

Type: Bug

Bugtracker reference:
http://bugs.typo3.org/view.php?id=16455

Problem:
EM tool is using DISTINCT keyword as a function:

SELECT COUNT(DISTINCT(column)) ...

instead of the DBAL compatible way:

SELECT COUNT(DISTINCT column)


Cheers
Xavier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 16455.diff
Type: text/x-diff
Size: 741 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101117/8179091d/attachment.diff>


More information about the TYPO3-team-core mailing list