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
Description
I tried to insert an ULID into a Postgres database but uppon doing so it will error out like this: Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type uuid: "01EMRHA3S6SZRG41BKZEAKCRVE"
How to reproduce
Insert a ULID into a Postgres Database
Possible Solution
Seems like it's not happy with the format. If you insert it with toRfc4122 it works.