mirror of
https://github.com/doctrine/orm.git
synced 2026-04-28 00:43:22 +02:00
[PR #1111] Fix inheritance hierarchy wrong exception message #9166
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?
Original Pull Request: https://github.com/doctrine/orm/pull/1111
State: closed
Merged: Yes
Hi,
I've fixed this exception message.
It is only throws when trying to make a query with an entity which is not defined in the discriminator mapping here: https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Query/SqlWalker.php#L2075