Project

General

Profile

Actions

Bug #67385

closed

SQL parser does not support string as join condition

Added by Xavier Perseguers almost 9 years ago. Updated over 6 years ago.

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

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

SQL parser is capable of parsing

JOIN T1 ON T1.some_field = T2.some_other_field

and

JOIN T1 ON T1.some_field = 4

(thus using an integer)

but not

JOIN T1 ON T1.some_field = 'some string'

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #66614: FAL processed files are deletedClosedMarkus Klein2015-04-27

Actions
Actions

Also available in: Atom PDF