mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3445: ERROR GENERATED VALUE (UUID) #4250
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: @ostrolucky on GitHub.
Jira issue originally created by user AdenKejawen:
UUID is not working (missing ID and need to set manually)
i need to pass the id manually
$role->setId((new UuidGenerator())->generate($this->em, $role));because the id is not set and error when i try to persist.
This error is arrive when i try to persist an entity i loop
I use postgresql 9.3