Closed
Description
Symfony version(s) affected: 5.2.0
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.