mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Deprecate and remove UuidGenerator #6020
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 @Majkl578 on GitHub (Jul 16, 2018).
Originally assigned to: @Majkl578 on GitHub.
Platform-specific GUIDs were deprecated in https://github.com/doctrine/dbal/pull/3212 since the format is inconsistent across platforms.
For the time being, consumers are encouraged to migrate to https://github.com/ramsey/uuid + https://github.com/ramsey/uuid-doctrine (preferably without using GeneratedValue, but passing/creating the Uuid object through/in the constructor).
Deprecate in 2.7, drop in 3.0.
@Ocramius commented on GitHub (Aug 2, 2018):
Handled in #7330