Re: Insert via CQL

2012-11-03 Thread Sylvain Lebresne
On Sat, Nov 3, 2012 at 1:40 AM, Eric Evans wrote: > On Fri, Nov 2, 2012 at 8:09 PM, Vivek Mishra wrote: >> any idea, how to insert into a column family for a column of type "blob" via >> cql query? > > Yes, most of them involve binary data that is hex-encoded ascii. :) Unless you are using prepa

Re: Insert via CQL

2012-11-02 Thread Eric Evans
On Fri, Nov 2, 2012 at 8:09 PM, Vivek Mishra wrote: > any idea, how to insert into a column family for a column of type "blob" via > cql query? Yes, most of them involve binary data that is hex-encoded ascii. :) -- Eric Evans Acunu | http://www.acunu.com | @acunu

Insert via CQL

2012-11-02 Thread Vivek Mishra
Hi, any idea, how to insert into a column family for a column of type "blob" via cql query? -Vivek