Project

General

Profile

Actions

Bug #70556

closed

FIND_IN_SET on PostgreSQL fails on table_name.field_name identiefiers

Added by Morton Jonuschat over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2015-10-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

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:

FIND_IN_SET('0', "pages".CAST("fe_group" AS CHAR)) != 0

Actions

Also available in: Atom PDF