mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3447: Identifier Generation Strategy "UUID" is missing #4254
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 @doctrinebot on GitHub (Dec 10, 2014).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user davidfuhr:
The listing of the Identifier Generation Strategies as http://doctrine-orm.readthedocs.org/en/latest/reference/basic-mapping.html#identifier-generation-strategies misses the UUID.
The annotation reference contains the value for UUID http://doctrine-orm.readthedocs.org/en/latest/reference/annotations-reference.html#annref-generatedvalue
So it should be added at the "Identifier Generation Strategies"
@tarjei commented on GitHub (Mar 2, 2017):
@beberlei this issue can be closed :)