CQL 3.0 Violates standard UUID FORMAT

2012-06-29 Thread Bobby
According to the CQL 3.0 specification : A UUID constant is defined by hex{8}-hex{4}-hex{4}-hex{12} where hex is an hexadecimal character, e.g. [0-9a-fA-F]and {4} is the number of such characters. Cassandra UUID representation = 28 characters , 112 bits , 14 bytes But... A UUID

Re: Cassandra CQL 3.0.0 Violates UUID Specification

2012-06-29 Thread Bobby
Great :) I was a bit worried at first. On Jun 29, 2012, at 2:54 PM, Sylvain Lebresne wrote: > On Fri, Jun 29, 2012 at 10:18 AM, Bobby wrote: >> According to the CQL 3.0 specification : >> >> A UUID constant is defined by hex{8}-hex{4}-hex{4}-hex{12} where hex

Cassandra CQL 3.0.0 Violates UUID Specification

2012-06-29 Thread Bobby
According to the CQL 3.0 specification : A UUID constant is defined by hex{8}-hex{4}-hex{4}-hex{12} where hex is an hexadecimal character, e.g. [0-9a-fA-F]and {4} is the number of such characters. Cassandra UUID representation = 28 characters , 112 bits , 14 bytes But... A UUID