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.
It would be great to have the
streamID
as a string without any validation. As of now, only valid UUIDs can be used, otherwiseerror 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 aUUID
which is a limitation.