brianmhess / cassandra-loader

Delimited file loader for Cassandra
Apache License 2.0
197 stars 93 forks source link

Case sensitivity #29

Closed al3xandru closed 8 years ago

al3xandru commented 8 years ago

To allow for simpler format for the -schema parameter the identifiers passed in are treated as case sensitive (and internally all queries are doing the necessary quoting).

al3xandru commented 8 years ago

This PR contains also the previous one (upgrading to Java driver 3.0.0) and an extra empty test class. I'll close it and resubmit.