jkoelker / quark

This is my fork, Quark is now at https://github.com/rackerlabs/quark
Apache License 2.0
0 stars 2 forks source link

UUID fields are size 36 instead of 255 #91

Closed kilogram closed 11 years ago

kilogram commented 11 years ago

UUID's are String fields of size 36 (length of UUID) instead of 255. Consider making them type BigInteger.