[PR #1143] Fixed a bug so that a versioned entity with a oneToOne id can be created #9201

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

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

State: closed
Merged: Yes


  • Fixed the basic entity persister so that versioned OneToOne entities can be created
  • Created an IdentifierConverter utility class
  • Moved the logic for the flatten identifier method into the new utility class
  • Replaced calls for private flattenIdentifier to use new utility
  • Added appropriate unit tests
**Original Pull Request:** https://github.com/doctrine/orm/pull/1143 **State:** closed **Merged:** Yes --- - Fixed the basic entity persister so that versioned OneToOne entities can be created - Created an IdentifierConverter utility class - Moved the logic for the flatten identifier method into the new utility class - Replaced calls for private flattenIdentifier to use new utility - Added appropriate unit tests
admin added the pull-request label 2026-01-22 16:03:33 +01:00
admin closed this issue 2026-01-22 16:03: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#9201