You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to various issues, support for DB-generated UUIDs has been dropped in Doctrine/DBAL 3.0. See #7330 or doctrine/dbal#3211. Hence, this issue is no longer relevant.
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
The text was updated successfully, but these errors were encountered: