mongodb_ecto v0.1.3 Release Notes

Release Date: 2016-01-15 // over 8 years ago
  • This version is limited to Ecto 1.0 because of known issues with 1.1

    • Additions:

      • Implement count(field, :distinct)
    • Bug fixes:

      • Handle models without autogenerated primary key on update and delete
      • Implement Ecto.Adapter.stop/2 callback
      • Move encoding to adapter load and dump callbacks