[TYPO3-core] RFC #13273: Bug: Caching framework sub-select is slow because mysql does not use indexes on outer query

Xavier Perseguers typo3 at perseguers.ch
Fri Mar 26 22:25:48 CET 2010


Hi,

On 03/26/10 16:23 , Christian Kuhn wrote:
> + if (count($tagsEntryIdentifiers)) {
> + $GLOBALS['TYPO3_DB']->exec_DELETEquery(
> + $this->tagsTable,
> + 'identifier IN (\'' .implode('\', \'', $tagsEntryIdentifiers) . '\')'
> + );
> + }

We try to instruct developers to use $GLOBALS['TYPO3_DB']->fullQuoteStr() for quoting strings. Why is there a self-made quoting method there?

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en


More information about the TYPO3-team-core mailing list