Skip to content

v2.0

Compare
Choose a tag to compare
@silviucpp silviucpp released this 19 Oct 10:13
· 298 commits to master since this release
  • 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