[PR #7012] Fixed updating of entity with quoted identifier join column #10268

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

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

State: closed
Merged: No


When entity has JoinColumn as its identifier, and this JoinColumn is quoted, the identifier is not quoted when building UPDATE query.

Quoting works fine when entity is inserted or selected...

**Original Pull Request:** https://github.com/doctrine/orm/pull/7012 **State:** closed **Merged:** No --- When entity has `JoinColumn` as its identifier, and this `JoinColumn` is quoted, the identifier is not quoted when building `UPDATE` query. Quoting works fine when entity is inserted or selected...
admin added the pull-request label 2026-01-22 16:07:01 +01:00
admin closed this issue 2026-01-22 16:07:01 +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#10268