kreynolds / cassandra-cql

DBI-like CQL driver for Cassandra in Ruby
Apache License 2.0
67 stars 43 forks source link

No support for CQL 3 #48

Closed hsgubert closed 11 years ago

hsgubert commented 11 years ago

Is CQL 3 in the plans of this gem?

kreynolds commented 11 years ago

Preliminary support has been added via #39 but its kludgy. Cassandra decided to make client development REALLY awkward by changing around APIs for 1.2 .. it makes it quite awkward to support both without the interface being quite wonky. Support is basically waiting on a flash of inspiration from somebody to make it not horrible.

grinser commented 11 years ago

:+1: +1 for full CQL3 Support

kreynolds commented 11 years ago

Closed via #39