[PR #6404] Fix quoting issues related to ticket #6402 #9966

Open
opened 2026-01-22 16:06:01 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: No


Apply quoting strategy to foreign key columns of one-to-one relation so
that correct select statements are generated. And use unquoted column
names in result mapping instead of quoted ones, as consumers (namely
IdentifierFlattener) expect unquoted column names.

**Original Pull Request:** https://github.com/doctrine/orm/pull/6404 **State:** closed **Merged:** No --- Apply quoting strategy to foreign key columns of one-to-one relation so that correct select statements are generated. And use unquoted column names in result mapping instead of quoted ones, as consumers (namely IdentifierFlattener) expect unquoted column names.
admin added the pull-request label 2026-01-22 16:06: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#9966