ecto v3.2.4 Release Notes

Release Date: 2019-11-02 // over 4 years ago
  • 🐛 Bug fixes

    • [Ecto.Query] Improve error message on invalid join binding
    • [Ecto.Query] Make sure the :prefix option in :join also applies to through associations
    • [Ecto.Query] Invoke custom type when loading aggregations from the database (but fallback to database value if it can't be cast)
    • [mix ecto.gen.repo] Support Elixir v1.9 style configs