Project

General

Profile

Actions

Bug #19999

closed

table name are not mapped in the value part of a query and in inner join

Added by Michael Miousse about 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-02-11
Due date:
% Done:

0%

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

Description

when having a query like this:

SELECT table1.* FROM table1 INNER JOIN table2 ON table1.uid = table2.fk_table1 WHERE table1.price < table2.cost

INNER JOIN and all other join(i suppose) are not supported for the mapping

table2 is not mapped in the where

ill make a ptach for this in a few days
(issue imported from #M10411)


Files

bug_10411_rev_4432.patch (2.83 KB) bug_10411_rev_4432.patch Administrator Admin, 2009-02-13 14:42
bug_10411_v2.diff (9.3 KB) bug_10411_v2.diff Administrator Admin, 2009-10-13 17:02
xp_10411_dbal.diff (3.92 KB) xp_10411_dbal.diff Administrator Admin, 2009-10-19 08:01
xp_10411_core.diff (3.38 KB) xp_10411_core.diff Administrator Admin, 2009-10-19 08:01
10411_dbal_v3.diff (4.55 KB) 10411_dbal_v3.diff Administrator Admin, 2009-10-27 18:52
Actions

Also available in: Atom PDF