cqex icon indicating copy to clipboard operation
cqex copied to clipboard

Idiomatic Cassandra client for Elixir

Results 3 cqex issues
Sort by recently updated
recently updated
newest added

Because of ALLOW FILTERING, it is possible for a Scylla query to return pages of rows which are often empty, followed by non empty pages. This causes CQEx's enumerable to...

When Scylla dies while a query is in progress, we get a CaseClauseError where the unmatched value is `{{"INSERT INTO events_v4 (...) values (?, ?, ?, ?, ?, ?, ?,...

There seems to be a bug in `CQEx.Result.convert/2`, the case of setting the keyspace seems not to be handled: Calling ```elixir stmt = """ CREATE KEYSPACE foo WITH replication =...

bug