ecto_dbg icon indicating copy to clipboard operation
ecto_dbg copied to clipboard

A utility to format and output Ecto queries

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

** (FunctionClauseError) no function clause matching in String.split/3 The following arguments were given to String.split/3: # 1 {:error, "pg_format exited with status code 65280\nUncaught exception: Use of uninitialized value in...

Thanks for making this library! It's already been quite useful to me. However, I'm getting an exception for one of the queries that I'm interested in: ``` [error] GenServer :exec...

Hi! I couldn't figure out how to use `ecto_dbg` with Scrivener's `paginate/2`. `log_query/4` seems like the logical choice, except it gets a bit long winded with the `opts` (3rd param):...