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
I tried to persist an entity prior to making any queries. The entity contains a custom type "uuid", which Doctrine said it did not know. A workaround for this is to trigger the Connection#connect() call before the persist().
The text was updated successfully, but these errors were encountered:
I tried to persist an entity prior to making any queries. The entity contains a custom type "uuid", which Doctrine said it did not know. A workaround for this is to trigger the Connection#connect() call before the persist().
The text was updated successfully, but these errors were encountered: