ecto
ecto copied to clipboard
A toolkit for data mapping and language integrated query.
References: - https://tomkonidas.com/repo-transact/ - https://elixirforum.com/t/seeking-thoughts-on-advantages-of-the-repo-transact-pattern-vs-disadvantages-i-ve-read-about-ecto-multi/61733 I believe the interface and implementation are fairly uncontroversial and straightforward. I think the bigger undertaking is potentially revamping the docs, de-emphasizing Multi in favor...
It now returns true whenever `fetch_change? != :error`. Previously, it returned false when assoc was set to existing struct (as `changeset.changes == %{}`) and errored when set to nil (due...
### Elixir version 1.18 ### Database and Version all ### Ecto Versions any ### Database Adapter and Versions (postgrex, myxql, etc) postgrex, myxql, exqlite ### Current behavior When running Elixir...
### Elixir version All ### Database and Version All ### Ecto Versions v3.12 ### Database Adapter and Versions (postgrex, myxql, etc) All ### Current behavior Today there is some slight...
### Elixir version Elixir 1.17.3 (compiled with Erlang/OTP 27) ### Database and Version PostgreSQL 17.0 ### Ecto Versions ecto 3.12.4 ### Database Adapter and Versions (postgrex, myxql, etc) postgrex 0.19.2...