Skip to content

Releases: vintikzzz/cassandra_ecto

closes #5

20 Feb 20:36
Compare
Choose a tag to compare
v0.5.1

closes #5

UDF and UDA support

26 Jan 19:24
Compare
Choose a tag to compare
v0.5.0

closes #5

v0.4.1: * Fix issue #4

06 Jan 12:00
Compare
Choose a tag to compare
* Get test coverage over 80%

Materialized views

27 Dec 21:29
Compare
Choose a tag to compare
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

25 Dec 09:36
Compare
Choose a tag to compare
Add example

* add example
* fix issues #1 and #2

Custom :binary_id generation support

24 Dec 22:09
Compare
Choose a tag to compare
binary_id custom autogeneration

* `binary_id` custom autogeneration added
* `ensure_all_started` added

Light transactions for update_all

19 Dec 18:38
Compare
Choose a tag to compare
* README.md fixed
* Switch to ecto 2.1.0
* DDL CQL fully tested
* Light transactions for update_all added

Cassandra lightweight transactions support

15 Dec 09:29
Compare
Choose a tag to compare
v0.2.0

add feature list to README.md