SQLiteProvider v2.0.0 Release Notes

Release Date: 2016-07-01 // almost 8 years ago
  • _BREAKING CHANGE: _ The ContentProvider no longer throws a SQLException when running an update and there are no rows matching the selection arguments, but returns 0 as the number of affected rows, as it should.

    More info in #62


Previous changes from v1.2.1

  • 🛠 Fix for INTEGER PRIMARY KEY implicit constraint on upsert (#60)