Re: CQLsh assume command

2013-08-25 Thread Vivek Mishra
@cassandra.apache.org; Vivek Mishra Sent: Sunday, August 25, 2013 7:37 PM Subject: Re: CQLsh assume command 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

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,