Re: CQL3 PreparedStatement - parameterized timestamp

2013-02-06 Thread Mike Sample
Thanks Sylvain. I should have scanned Jira first. Glad to see it's on the todo list. On Wed, Feb 6, 2013 at 12:24 AM, Sylvain Lebresne wrote: > Not yet: https://issues.apache.org/jira/browse/CASSANDRA-4450 > > -- > Sylvain > > > On Wed, Feb 6, 2013 at 9:06 AM, Mike Sample wrote: > >> Is there

Re: CQL3 PreparedStatement - parameterized timestamp

2013-02-06 Thread Sylvain Lebresne
Not yet: https://issues.apache.org/jira/browse/CASSANDRA-4450 -- Sylvain On Wed, Feb 6, 2013 at 9:06 AM, Mike Sample wrote: > Is there a way to re-use a prepared statement with different "using > timestamp" values? > > BEGIN BATCH USING > INSERT INTO Foo (a,b,c) values (?,?,?) > ... > APPLY B

CQL3 PreparedStatement - parameterized timestamp

2013-02-06 Thread Mike Sample
Is there a way to re-use a prepared statement with different "using timestamp" values? BEGIN BATCH USING INSERT INTO Foo (a,b,c) values (?,?,?) ... APPLY BATCH; Once bound or while binding the prepared statement to specific values, I'd like to set the timestamp value. Putting a question mark in