Description
Not sure this is the right place.
I'm using UUIDs with a custom Doctrine Type mapping to BINARY(16) in MariaDB database. (All is working fine)
The throuble is when I go into the profiler to debug the queries.
Actually I see a strange binary string

Expected would be a readable binary string like this

Note Doctrine already does this conversion automatically (see the runnable query)