Releases: vintikzzz/cassandra_ecto
Releases · vintikzzz/cassandra_ecto
closes #5
UDF and UDA support
v0.5.0 closes #5
v0.4.1: * Fix issue #4
* Get test coverage over 80%
Materialized views
Materialized Views * materialized views added * query clause `not(is_nil(arg))` converts to CQL `IS NOT NULL` * DDL CQL specs added
Fix ensure_all_started
Add example * add example * fix issues #1 and #2
Custom :binary_id generation support
binary_id custom autogeneration * `binary_id` custom autogeneration added * `ensure_all_started` added
Light transactions for update_all
* README.md fixed * Switch to ecto 2.1.0 * DDL CQL fully tested * Light transactions for update_all added
Cassandra lightweight transactions support
v0.2.0 add feature list to README.md