Subject: | Lowercase UUIDs are invalid without coercion |
While there is the option to coerce, is it really necessary that UUID's
be uppercase? I suppose a purist may argue that hexadecimal characters
are only uppercase, but many tools generate lowercase UUIDs (e.g. uuidgen
on Ubuntu.)
I'm not going to fight for changing the default behavior, but perhaps an
update to the documentation to make it clear that uppercase is required
by default and that lower case is possible by enabling coerce.
Thanks