Bug #70556
Updated by Morton Jonuschat about 9 years ago
The DBAL SqlParser / SqlCompiler fails when a MySQL FIND_IN_SET Statements needs to be rewritten for PostgreSQL to include a CAST statement. This results in rewritten SQL fragments like this: <pre> FIND_IN_SET('0', "pages".CAST("fe_group" AS CHAR)) != 0 </pre>