Re: is this correct, thrift unportable to CQL3Š.

2013-09-24 Thread Vikas Goyal
) Thanks again, Vikas Goyal On Tue, Sep 24, 2013 at 7:02 PM, Sylvain Lebresne sylv...@datastax.comwrote: Short answer: not, this is not correct. Longer answer: what you call null is actually an empty value (which is *not* the same thing, unless you consider an empty string is the same thing

Re: is this correct, thrift unportable to CQL3Š.

2013-09-24 Thread Vikas Goyal
..and getting following exception; Exception:Invalid type for value 1 of CQL type varint, expecting class java.math.BigInteger but class java.lang.String provided ..I am exploring more though.. Thanks a ton, Vikas Goyal On Tue, Sep 24, 2013 at 9:05 PM, Sylvain Lebresne sylv...@datastax.comwrote

Does collection in CQL3 have certain limits?

2013-09-02 Thread Vikas Goyal
to know if there is a limit that the collections can store a certain number/amount of data (Like earlier with Thrift C* supports up-to 2 billion columns in a row) Thanks, Vikas Goyal

PlayOrm latest release is available in Maven now

2013-01-15 Thread Vikas Goyal
For those who are using playorm for cassandra, latest release (1.4.4) is available in maven repo now. It has following new features: - Support for @NoSqlEmbedable for user defined entities. - In SJQL, Ability to - Delete rows(DELETE), - Delete a single column(DELETECOLUMN),