ecto v3.1.5 Release Notes

Release Date: 2019-06-06 // almost 5 years ago
  • ✨ Enhancements

    • [Ecto.Repo] Allow :default_dynamic_repo option on use Ecto.Repo
    • [Ecto.Schema] Support {:fragment, ...} in the :where option for associations

    🐛 Bug fixes

    • [Ecto.Query] Fix handling of literals in combinators (union, except, intersection)