[TYPO3-core] RFC #10411: sqlparser is not able to parse more than 1 join

Michael Miousse mmiousse at infoglobe.ca
Mon Oct 19 13:38:01 CEST 2009


Le Mon, 19 Oct 2009 07:55:52 +0200, Xavier Perseguers a écrit :

> Hi,
> 
> This is a SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=10411
> 
> Branches: trunk
> 
> Problem:
> While trying to fix a bug with mapping of table/field name in inner join
> with DBAL, Michael Miousse found out that only 1 join (inner join, left,
> ...) was supported by TYPO3 internal parser. Instead of "fixing" this
> issue only in DBAL, I would like to get it in Core instead because I
> don't want methods that are located in Core to be copied and fixed in
> DBAL only.
> 
> Solution:
> Make the JOIN parsed configuration an array to allow more than one
> instance to be supported.
> 
> Regards

+1 by reading

ill test it later


More information about the TYPO3-team-core mailing list