mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-413: Exception: Illegal invocation of Doctrine\ORM\Persisters\JoinedSubclassPersister::_getSelectColumnListSQL on JoinedSubclassPersister. #516
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 12, 2010).
Jira issue originally created by user cloun:
I have many to many relationship where right entity is a class hierarchy (inheritance type = JOIN). Exception info:
BadMethodCallException: Illegal invocation of Doctrine\ORM\Persisters\JoinedSubclassPersister::_getSelectColumnListSQL on JoinedSubclassPersister.
\library\Doctrine\ORM\Persisters\JoinedSubclassPersister.php:430
\library\Doctrine\ORM\Persisters\StandardEntityPersister.php:815
\library\Doctrine\ORM\Persisters\StandardEntityPersister.php:603
\library\Doctrine\ORM\Mapping\ManyToManyMapping.php:204
\library\Doctrine\ORM\PersistentCollection.php:219
\library\Doctrine\ORM\PersistentCollection.php:563
\application\models\Role.php:140
\tests\Portal\RoleTest.php:82