1
Bugs and Issues / Re: GUIDs are case sensitive!
« on: March 19, 2026, 11:35:43 pm »
Hi Geert,
if we say that case sensitive GUIDs are acceptable, then the bug is in my code. However, according to the UUID definition (RFC 4122), UUIDs should be case insensitive. Since a GUID is a 128-bit number, it should be compared numerically rather than as a string. From that perspective, the bug is in EA. I'm leaning towards the latter.
Best,
Kubsztal
if we say that case sensitive GUIDs are acceptable, then the bug is in my code. However, according to the UUID definition (RFC 4122), UUIDs should be case insensitive. Since a GUID is a 128-bit number, it should be compared numerically rather than as a string. From that perspective, the bug is in EA. I'm leaning towards the latter.
Best,
Kubsztal