I found out something interesting today. I always thought a GUID was a string, but as it
turns out, it's 128 bits of binary data that is represented in hexadecimal numbers, making it appear like a string. That makes the question of whether a GUID is case-insensitive irrelevant. It would also be better to store GUID's in a binary field rather than a text field.
No comments:
Post a Comment