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