github elixir-ecto/ecto v0.2.5

latest releases: v3.11.2, v3.11.1, v3.11.0...
9 years ago

Enhancements

  • Change timeout of migration queries to infinity
  • Add uuid type

Bug fixes

  • Fix encoding of interpolated nil values
  • Support interpolated large integers
  • Support interpolating values on Repo.update_all
  • Correctly handle nil values inside array/2 and binary/1

Backwards incompatible changes

  • Do not translate foo == nil to the SQL foo IS NULL, provide is_nil/1 instead

Don't miss a new ecto release

NewReleases is sending notifications on new releases.