Peter Mueller
Peter Mueller
Thank you doing this work. I've been unable to complete an upgrade to 1.14 as a huge number of our legacy database tables were created w/ resolution only down to...
I have not opened a PR with them, since from their docs it sounds like defaulting is a feature. In our original context we were doing something a little bit...
I've similarly run into this (unrelated, hey @aedwardg!) but it was combo of `:inet.gethosthame`, macOS's frustrating DNS + VPN implementation and tailscale. I was having the same error, but not...
@RodolfoSilva, or maintainers, I can make a PR. I've had to solve this a few times and there's a decent pattern that could live as a test implementation or as...
I've just always brought in only the sub-repos necessary (e.g. `google_api_storage` only results in `GoogleApi.Gax` and `GoogleApi.Storage`), or is there a cost I'm not noticing? I can definitely see not...
Ah dang, that stinks
This is a proof of concept PR, from the [original thread on the Google Group](https://groups.google.com/g/elixir-ecto/c/GFn3ti2_BP0). I have not yet swapped the `Postgres` and `Tds` implementations, but it should be a...
The mysql tests are reliant on an `:extra_error_codes` value of `[{1644, :ER_SIGNAL_EXCEPTION}]`, and I wasn't quite sure how we'd want to add that in these tests. I can also just...
I checked through the dependent libraries I could find from hex and `ecto_ch` (Clickhouse) seemed to be the only one implementing `Ecto.Adapters.SQL.Connection`, and theirs just raises as "not implemented" currently....
> Ping! :) Pong 😬 My bad, been poking it once a week or so. I was trying to think of an example of when a custom constraint handler would...