Re: insert two records with same primary key via batch

2014-08-16 Thread
dering > > There is already a JIRA opened but according to the developers this is the > expected behavior. > > In your example, largest value for column "count" is 9 and largest value > for "text" is "123" (sorted by lexicographic order) > > &g

insert two records with same primary key via batch

2014-08-16 Thread
Hi, I'm trying this cql against cassandra 2.0.9: BEGIN BATCH INSERT INTO cqlengine_test_lwt.test_if_not_exists_model (id, count, text) VALUES (1, 8, '123'); INSERT INTO cqlengine_test_lwt.test_if_not_exists_model (id, count, text) VALUES (1, 9, '111'); APPLY BATCH; In thi