[TYPO3-core] FYI #12535: DAM-related: Element browser crashes as where-clause cannot be parsed

Xavier Perseguers typo3 at perseguers.ch
Sun Aug 8 16:25:01 CEST 2010


Hi,

FYI, following patch has been committed to trunk (rev. 8531)


Type: feature

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

Problem:
In short, DAM generates queries with "LIKE BINARY" but this operator was 
not yet supported by SQL parser. The problem arised when you used DBAL 
as DBAL activates parsing of all queries by integrated SQL parser.

Solution:
Add support for LIKE BINARY (and NOT LIKE BINARY)

Additional information:
I rewrote the list of supported operators as an array that is imploded 
as the line was already huge and became longer and longer each time a 
new operator was added.

Cheers
Xavier
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 12535_core_v3.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100808/996f8a1d/attachment.asc>


More information about the TYPO3-team-core mailing list