mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
UnitOfWork does not distinguish between ['', ' '] and [' ', ''] when hashing identifiers #5182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @deeky666 on GitHub (Jul 7, 2016).
Originally assigned to: @Ocramius on GitHub.
I haz zeh perfect database table that haz 1 composite identifier and contains zeh values
['', ' ']and[' ', '']and now Doctrine explodes cause it cannot generate different identifier hashes for dat :((((Simply another edge case for #5922.