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, M

CQL3 PreparedStatement - parameterized timestamp

2013-02-06 Thread Mike Sample
a question mark in for timestamp failed as expected and I don't see a method on the DataStax java driver BoundStatement for setting it. Thanks in advance. /Mike Sample

Re: Node selection when both partition key and secondary index field constrained?

2013-01-28 Thread Mike Sample
55,247 | > 127.0.0.1 | 3644 > > > It reads from the secondary index and discards keys that are outside of > the token range. > > Cheers > > > - > Aaron Morton > Freelance Cassandra Developer > New Zealand > > @aaronmorton &g

CQL3 Blob Value Literal?

2013-01-10 Thread Mike Sample
Does CQL3 support blob/BytesType literals for INSERT, UPDATE etc commands? I looked at the CQL3 syntax (http://cassandra.apache.org/doc/cql3/CQL.html) and at the DataStax 1.2 docs. As for why I'd want such a thing, I just wanted to initialize some test values for a blob column with cqlsh. Thanks