elixir-ecto / myxql

MySQL 5.5+ driver for Elixir
Apache License 2.0
273 stars 67 forks source link

Handle insert/update/delete responses in query_many #194

Closed greg-rychlewski closed 2 months ago

greg-rychlewski commented 2 months ago

Closes https://github.com/elixir-ecto/myxql/issues/193

There are still a lot of other weird situations where query_many will break, see here. But this will fix the use case in the issue. If there is interest, we can continue fixing query_many completely but I need some time to play with the old PR to understand what was happening.