[TYPO3-core] RFC: #9620: Missing function SELECT_mm_query
Martin Kutschker
masi-no at spam-typo3.org
Wed Oct 22 16:27:02 CEST 2008
Steffen Kamper schrieb:
> Hi,
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=9620
>
> Branches: trunk
>
> Problem:
>
> we have
> INSERTquery,UPDATEquery,DELETEquery,SELECTquery but no SELECT_mm_query
>
> Having this would it make much more easy building/examine these queries
> as they are some of the most complex ones.
But t3lib_db is agnostic of any TYPO3 data structures. So IMHO the
mm-query thingy doesn't belong here.
Sidenote: any method added to t3lib_db must be added to the DBAL
counterpart as well.
Masi
More information about the TYPO3-team-core
mailing list