:) Sure, I'll create one, thanks for the help.
-Matt
On Wed, Aug 10, 2011 at 11:35 PM, Jonathan Ellis wrote:
> I wasn't aware that we had the cql driver in the cheese shop :) It's
> probably of recent vintage, 1.04 is the "next" version.
>
> Can you create a ticket on
> https://issues.apache.
I wasn't aware that we had the cql driver in the cheese shop :) It's
probably of recent vintage, 1.04 is the "next" version.
Can you create a ticket on
https://issues.apache.org/jira/browse/CASSANDRA and we'll have a look?
On Wed, Aug 10, 2011 at 10:16 PM, Matt Hollingsworth wrote:
> Neither ac
Neither actually, I installed the python cql driver with
pip install cql
and it came with it. Looks like it's version 1.0.4
pip search cql
cql - Cassandra Query Language driver
INSTALLED: 1.0.4 (latest)
Too old?
-Matt
On Wed, Aug 10, 2011 at 11:11 PM, Jonathan Ellis
Are you using the most recent version of cqlsh from svn, or an old one
shipped with a 0.8 Cassandra release?
On Wed, Aug 10, 2011 at 9:48 PM, Matt Hollingsworth wrote:
> Hi,
> I'm just getting started with CQL, and decided to do a simple test
> create/insert/select thing to check that everything
Hi,
I'm just getting started with CQL, and decided to do a simple test
create/insert/select thing to check that everything was working. Most
everything seems to work, but it appears that double/floats do not work
properly. Here's what I did:
test.cql
--
CREATE KEYSPACE t