ThreeDotsLabs / esja

Event Sourcing library in Go.
MIT License
19 stars 4 forks source link

Invalid input syntax for type uuid #34

Closed ilkamo closed 1 year ago

ilkamo commented 1 year ago

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.

ilkamo commented 1 year ago

Closed in favour of https://github.com/ThreeDotsLabs/esja/issues/33