[PR #9411] convertToDatabaseValue in \Doctrine\ORM\UnitOfWork::getSingleIdentifierValue() #11596

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

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

State: closed
Merged: No


getSingleIdentifierValue() must return a scalar value, but it doesn't. Because of this, queries with entities in parameters do not work. This occurs on platforms where the string representation of the identifier differs from the representation in the database (for example, MySQL + symfony/uid).

**Original Pull Request:** https://github.com/doctrine/orm/pull/9411 **State:** closed **Merged:** No --- getSingleIdentifierValue() must return a scalar value, but it doesn't. Because of this, queries with entities in parameters do not work. This occurs on platforms where the string representation of the identifier differs from the representation in the database (for example, MySQL + symfony/uid).
admin added the pull-request label 2026-01-22 16:11:16 +01:00
admin closed this issue 2026-01-22 16:11:16 +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#11596