Re: CqlPreparedResult enhancements ?

2012-05-12 Thread Eric Evans
On Fri, May 11, 2012 at 4:37 PM, Pierre Chalamet pie...@chalamet.net wrote: I hit some serious limitations with prepared statement in Cassandra 1.1. The problem is CqlPreparedResult which brings no value for high level api builders. For example, after prepare_cql_query on this query: insert

Re: CqlPreparedResult enhancements ?

2012-05-12 Thread Pierre Chalamet
@cassandra.apache.org Subject: Re: CqlPreparedResult enhancements ? On Fri, May 11, 2012 at 4:37 PM, Pierre Chalamet pie...@chalamet.net wrote: I hit some serious limitations with prepared statement in Cassandra 1.1. The problem is CqlPreparedResult which brings no value for high level api builders

RE: CqlPreparedResult enhancements ?

2012-05-12 Thread Pierre Chalamet
CASSANDRA-4242. I've added a patch too if this could help (based on cassandra-1.1.0). Cheers, - Pierre -Original Message- From: Pierre Chalamet [mailto:pie...@chalamet.net] Sent: samedi 12 mai 2012 17:30 To: dev@cassandra.apache.org Subject: Re: CqlPreparedResult enhancements ? Hi Eric

CqlPreparedResult enhancements ?

2012-05-11 Thread Pierre Chalamet
Hi, I hit some serious limitations with prepared statement in Cassandra 1.1. The problem is CqlPreparedResult which brings no value for high level api builders. For example, after prepare_cql_query on this query: insert into People (firstname, lastname, birthyear) values (?, ?, ?) I'd