[PR #8234] Fix for bug #8229 (id column from parent class renamed in child class) #10875

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

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

State: closed
Merged: Yes


This fixes problems with id columns defined in the parent class but renamed in the child class using an attribute override. Before this change always the child column name was used (which was not present in the parent class), now the correct column names are used for the parent table when creating inserts, joins and deletions for it.

**Original Pull Request:** https://github.com/doctrine/orm/pull/8234 **State:** closed **Merged:** Yes --- This fixes problems with id columns defined in the parent class but renamed in the child class using an attribute override. Before this change always the child column name was used (which was not present in the parent class), now the correct column names are used for the parent table when creating inserts, joins and deletions for it.
admin added the pull-request label 2026-01-22 16:08:58 +01:00
admin closed this issue 2026-01-22 16:08:58 +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#10875