Open sikanhe opened 8 years ago
Shouldn't we be using {:ok, vaue} and {:error, error} for responses as per elixir/erlang convention?
@sikanhe yep, maybe in future releases I'll remove |> elem(1) from query API, thanks.
|> elem(1)
I second this as I'm forced to do if foo == :undefined, do: foo = nil
if foo == :undefined, do: foo = nil
Shouldn't we be using {:ok, vaue} and {:error, error} for responses as per elixir/erlang convention?