Releases: silviucpp/erlcass
Releases · silviucpp/erlcass
v2.1
- Add support for Cassandra 2.2 data types
tinyint
andsmallint
- Add support for the Cassandra 2.2
date
andtime
data types - Add support for functions to convert from Unix Epoch time (in seconds) to and from the Cassandra
date
andtime
types - Small improvements
- Refactoring the build dependencies script (Fixed building on El Capitan)
v2.0
- 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 bybind_prepared_params_by_name
andbind_prepared_params_by_index
- Add support for
async_execute/1
andexecute/1
(should be used when no binding params available) - Add support for
async_execute/3
andexecute/3
(second parameter should be used to specify the binding type - by name or index) - By default
async_execute/2
andexecute/2
are binding the params by index