[TYPO3-mvc] Re: Same Model Relations result in a sql error

Philipp philippwrann at gmx.at
Wed Oct 23 16:57:15 CEST 2013


Seems to be not supported

a quick and dirty hack fixed my problem:
Typo3DbBackend::addUnionStatement

before the union is written:
$realTableName = $childTableName;
if (isset($sql['tables'][$childTableName])) {
	$childTableName = 'a_'.uniqid();
}


More information about the TYPO3-project-typo3v4mvc mailing list