rethinkdb-elixir icon indicating copy to clipboard operation
rethinkdb-elixir copied to clipboard

Rethinkdb client in pure elixir (JSON protocol)

Results 21 rethinkdb-elixir issues
Sort by recently updated
recently updated
newest added

https://github.com/hamiltop/rethinkdb-elixir/blob/38adb3065792c954cc431365eb233d7db2c98873/lib/rethinkdb/query.ex#L799-L800 should the result of `or([false, true, true])` be `true` ?

Hey Hamiltop! I don't know if your driver already supports fully the 2.3 version, but we've forked RethinkDB to release a 2.4 version and all drivers will have separate repositories...

I'm not sure if this library is dead or not, but i've done some oberhauling on it, it should fix most of the warnings and make tests pass (except the...

Elixir 1.6 has a new feature called "mix format" that formats your code according to a predefined (and non-configurable) format. All of Elixir's code has already been formatted like that,...

https://github.com/elixir-lang/elixir/blob/master/lib/elixir/pages/Compatibility%20and%20Deprecations.md#compatibility-between-elixir-and-erlangotp

I'm using Elixir 1.5 and OTP 20, and the driver works, and tests pass. It would be good to add those to travis though, if possible.

Re: #125 – Replaces `Dict` usage with `Keyword` or `Map` where necessary, removing distracting compile time warnings.

How about having a additional `run!` function that raises an error instead of returning `{:error, ...}`? This seems to be the canonical elixir way to do things and would make...

I'm seeing a handful of warnings when compiling on elixir 1.4, so am approaching a PR to clean these up. Hope to get to it in the next few days,...

Sorry if this has an obvious answer, I've just been struggling with this.