ecto v3.1.2 Release Notes

Release Date: 2019-04-24 // about 5 years ago
  • ✨ Enhancements

    • [Ecto.Query] Add support for type+over
    • [Ecto.Schema] Allow schema fields to be excluded from queries

    🐛 Bug fixes

    • [Ecto.Changeset] Do not list a field as changed if it is updated to its original value
    • [Ecto.Query] Keep literal numbers and bitstring in subqueries and unions
    • [Ecto.Query] Improve error message for invalid type/2 expression
    • [Ecto.Query] Properly count interpolations in select_merge/2