dwyl / alog

🌲 alog (Append-only Log) is an easy way to start using the Lambda/Kappa architecture in your Elixir/Phoenix Apps while still using PostgreSQL (with Ecto).
GNU General Public License v2.0
15 stars 2 forks source link

Update All - Ecto.Adapters.SQL.Connection #47

Open Danwhy opened 5 years ago

Danwhy commented 5 years ago

part of #38

https://hexdocs.pm/ecto_sql/Ecto.Adapters.SQL.Connection.html#c:update_all/1

Like update, but needs to apply to all rows matching a given query.