[PR #691] IDENTITY function fix for Joined Inheritance #8568

Closed
opened 2026-01-22 16:00:34 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/691

State: closed
Merged: Yes


In a joined inheritance scenario, the identity function implementation assumed the foreign key column was on the table corresponding to the (sub)class named in the select statement. If the relation was on a super-class incorrect sql was generated.

**Original Pull Request:** https://github.com/doctrine/orm/pull/691 **State:** closed **Merged:** Yes --- In a joined inheritance scenario, the identity function implementation assumed the foreign key column was on the table corresponding to the (sub)class named in the select statement. If the relation was on a super-class incorrect sql was generated.
admin added the pull-request label 2026-01-22 16:00:34 +01:00
admin closed this issue 2026-01-22 16:00:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8568