Re: CQLsh assume command

2013-08-25 Thread Vivek Mishra
I did post on user mailing list as well.  I understand that, we can use these functions with each DDL/DML statement, but prior 2.0, ASSUME function should have worked as per provided definition. Thanks for your reply. -Vivek From: Aleksey Yeschenko To: dev@ca

Re: CQLsh assume command

2013-08-25 Thread Aleksey Yeschenko
This is a wrong mailing list for this kind of questions. That aside, you should use CQL3 conversion functions instead, that work both for INSERT/UPDATE and SELECT. INSERT INTO default(id) VALUES (textAsBlob('1')); SELECT blobAsText(id) FROM default; ASSUME is gone in 2.0. -- AY On Sunday,

Fw: Fwd: CQLsh assume command

2013-08-25 Thread Vivek Mishra
Hi, fyi.  Cqlsh ASSUME command, does it work with INSERT statement? Any suggestions? -Vivek -- Forwarded message -- From: Vivek Mishra Date: Sun, Aug 25, 2013 at 12:58 AM Subject: CQLsh assume command To: u...@cassandra.apache.org Hi, i am trying to get CQL3 ASSUME command w