Re: double and float in CQL

2011-08-10 Thread Matt Hollingsworth
t; 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 actually, I installed the python cql driver with > > pip install cql > > and it

Re: double and float in CQL

2011-08-10 Thread Matt Hollingsworth
Ellis wrote: > 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 t

double and float in CQL

2011-08-10 Thread Matt Hollingsworth
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