Re: Delete semantics

2015-08-24 Thread Cameron Little
Great, that perfectly satiated my curiosity. Cameron Little c 360-460-1205 > On Aug 24, 2015, at 8:01 AM, Sebastian Estevez > wrote: > > Hi Cameron, > > INSERTs did not always have the ability to do where in's and the > functionality has not not been ported to DELETEs. This Jira should give

Re: Delete semantics

2015-08-24 Thread Sebastian Estevez
Hi Cameron, INSERTs did not always have the ability to do where in's and the functionality has not not been ported to DELETEs. This Jira should give you what you're looking for (ETA 3.0 beta 2): CASSANDRA-6237 Check out CASSANDRA-6446

Delete semantics

2015-08-21 Thread Cameron Little
Can anyone help me understand the semantics of the DELETE cql statement, specifically the WHERE… part? Taken literally, the datastax documentation at http://docs.datastax.com/en/cql/3.1/cql/cql_reference/delete_r.html seems t