Skip to content

Releases: silviucpp/erlcass

v2.1

19 Oct 10:17
Compare
Choose a tag to compare
  • Add support for Cassandra 2.2 data types tinyint and smallint
  • Add support for the Cassandra 2.2 date and time data types
  • Add support for functions to convert from Unix Epoch time (in seconds) to and from the Cassandra date and time types
  • Small improvements
  • Refactoring the build dependencies script (Fixed building on El Capitan)

v2.0

19 Oct 10:13
Compare
Choose a tag to compare
  • Added support for logs from native driver
  • Added support for tuples
  • Added support for nested collections
  • Based on cpp-driver 2.2.0-beta1
  • Interfaces changes: bind_prepared_params replaced by bind_prepared_params_by_name and bind_prepared_params_by_index
  • Add support for async_execute/1 and execute/1 (should be used when no binding params available)
  • Add support for async_execute/3 and execute/3 (second parameter should be used to specify the binding type - by name or index)
  • By default async_execute/2 and execute/2 are binding the params by index

v1.0

19 Oct 10:14
Compare
Choose a tag to compare
  • Initial implementation supporting most of the features available in Datastax cpp-driver 1.0.3