cassandra_ecto icon indicating copy to clipboard operation
cassandra_ecto copied to clipboard

Ecto integration for Apache Cassandra

Results 7 cassandra_ecto issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this library! I would like to be able to specify my Cassandra nodes via an ENV variable so that I can reconfigure at runtime (via `RELX_REPLACE_OS_VARS`). Would...

Fix for issue #13: https://github.com/vintikzzz/cassandra_ecto/issues/13

I'm having trouble interpolating limit in my query. Surprisingly it works with an integer `limit: 10` I've created a Repo to compare this issue against Postgres: https://github.com/lucianleustean/cassandra-vs-postgres/tree/limit-issue I expect it...

Yo Pavel! No doubt it's forthcoming and please let me know if I can help to get this latest release out as there's many changes since February, K

we are facing following issue while starting server == Compilation error on file lib/cassandra_ecto/migration/cql.ex == ** (CompileError) lib/cassandra_ecto/migration/cql.ex:189: unknown key :options for struct Ecto.Migration.Index (stdlib) lists.erl:1354: :lists.mapfoldl/3 Help us in...

As documented on [this issue here](https://github.com/elixir-ecto/ecto/issues/2026), it's impossible to get `Poison.Encoder` to derive valid JSON from an Cassandra Ecto repo, as long as `:binary_id` was set as the type for...

BTW great job with this package! I'm having issues with performing Repo.update(user, if: :exists) and having {:ok, %User{...}} returned even though the record does not exist and no updates are...

help wanted