Invalid input syntax for type uuid
ilkamo opened this issue · 1 comments
ilkamo commented
It would be great to have the streamID
as a string without any validation. As of now, only valid UUIDs can be used, otherwise error retrieving rows for events: pq: invalid input syntax for type uuid: \"df0b5eb35fc94a9f0c41ec347793659a8304aad6\""
is returned when data is loaded. This means the user must always use a UUID
which is a limitation.