Work around MySQL refusing to be case sensitive

We can't trust MySQL to be case sensitive on VARCHAR columns.
Encode UUID sequences using only hex digits where MySQL cannot
run into conflicts over 'A' and 'a' being the "same".

Bug: issue 851
Change-Id: I0f68efcebe1a75ddd9269b302c27fa14b1151b80
1 file changed