hsgubert / cassandra_migrations

Cassandra Migrations is a Cassandra database schema migration library for Rails applications.
MIT License
45 stars 43 forks source link

QueryError results in "uninitialized constant" error since it is not a defined class within the Cassandra Ruby driver Errors module #62

Closed sstgithub closed 9 years ago

sstgithub commented 9 years ago

Anytime a rescue block with "Cassandra::Errors::QueryError" is hit it results in a "NameError: uninitialized constant Cassandra::Errors::QueryError" because "QueryError" is not one of the defined classes in the Cassandra::Errors module in the Cassandra Ruby driver.

See: http://datastax.github.io/ruby-driver/api/errors/

sstgithub commented 9 years ago

Fixed in PR #63