[TYPO3-mvc] DBAL issue with latest extbase patches
Frank Krüger
fkrueger-ml at mp-group.net
Thu Mar 7 22:03:58 CET 2013
Hello list,
I got DBAL errors when using extbase with the latest TYPO3 versions released
today.
It seems that the modifications made in Typo3DbBackend.php are not compliant
with DBAL:
Line 280 of Typo3DbBackend.php:
$this->replacePlaceholders($statement, $parameters,
$statementParts['tables'][0]);
$statementParts['tables'][0] does not exists, but
$statementParts['tables']['tx_myext_domain_model_mymodel'] contains
'tx_myext_domain_model_mymodel'
Can anyone confirm this?
Cheers,
Frank
More information about the TYPO3-project-typo3v4mvc
mailing list