[PR #1099] Fixed a bug so that a versioned entity with a OneToOne defined as an id can be created #9156

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

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

State: closed
Merged: No


Changed the visibility of UnitOfWork::flattenIdentifier for use in BasicEntityPersister.

In BasicEntityPersister::fetchVersionValue I have added a line to flatten the id's before fetching the version value.

Without this change, an entity with a OneToOne relationship defined as an Id, with a Version property, could not be created. Rather than trying to use the ID in the query to select the version, the related entity was being passed.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1099 **State:** closed **Merged:** No --- Changed the visibility of UnitOfWork::flattenIdentifier for use in BasicEntityPersister. In BasicEntityPersister::fetchVersionValue I have added a line to flatten the id's before fetching the version value. Without this change, an entity with a OneToOne relationship defined as an Id, with a Version property, could not be created. Rather than trying to use the ID in the query to select the version, the related entity was being passed.
admin added the pull-request label 2026-01-22 16:03:26 +01:00
admin closed this issue 2026-01-22 16:03:26 +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#9156