Re: CQL3 And Map Literals

2013-03-31 Thread aaron morton
> I am curious. Was there a specific reason why it was decided to use > single-quotes? ANSII SQL compatible. (Am offline now and cannot confirm, but years of writing SQL with single quotes makes me think of that. ) Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand

CQL3 And Map Literals

2013-03-28 Thread Gareth Collins
Hello, I have been playing with map literals in CQL3 queries. I see that single-quotes work: {'foo':'bar'} but double-quotes do not: {"foo":"bar"} I am curious. Was there a specific reason why it was decided to use single-quotes? I ask because double-quotes would make this valid json. thanks