schemasafe / troy

Type-safe and Schema-safe Scala wrapper for Cassandra driver
Apache License 2.0
151 stars 14 forks source link

Column names case insensitivity and quotes #128

Open tabdulradi opened 7 years ago

tabdulradi commented 7 years ago

According to http://docs.datastax.com/en/cql/3.3/cql/cql_reference/ucase-lcase_r.html

Troy's CQL Parser should

tabdulradi commented 7 years ago

Specs added (but ignored) here https://github.com/cassandra-scala/troy/pull/129