ThreeDotsLabs / esja

Event Sourcing library in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid input syntax for type uuid

ilkamo opened this issue · comments

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.

Closed in favour of #33