Nickolay Kolev

Results 4 comments of Nickolay Kolev

I just ran into this as well. It seems parenthesis around parameters do not make a difference. Current erm indents multi-line parameter lists like this: ```ruby foo(1, 2, 3, 4)...

Thanks for looking into this. I looked at the `FromField` instance of `PGArray` and I think I understand neither enough of the Haskell nor enough of the PostgreSQL part to...

@greg-rychlewski I can see in https://github.com/elixir-ecto/ecto/blob/e0bb7299fe0540998aeb6b10e5b87b63f66f61cb/test/ecto/query/planner_test.exs#L2311 that there is a `fields` field on the `Ecto.Query.SelectExpr` struct. Would it be possible to use this field to extract the headers?

> Please take a stab at it. It may be that making it work is just too complex, and then we could improve the error message, but we should definitely...