All Versions
9
Latest Version
Avg Release Cycle
80 days
Latest Release
2849 days ago

Changelog History

  • v2.0.0 Changes

    July 01, 2016

    _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

  • v1.2.1 Changes

    June 29, 2016

    ๐Ÿ›  Fix for INTEGER PRIMARY KEY implicit constraint on upsert (#60)

  • v1.2.0 Changes

    June 02, 2015

    ๐Ÿ‘ Allowing to specify an optional query parameter for allowing or not yieldIfContendedSafely() during bulk inserts.

    More info in #54

  • v1.1.0 Changes

    May 05, 2015

    ๐Ÿ›  Fixed issue with test dependencies being included in the library.

  • v1.0.7 Changes

    May 04, 2015

    Bulk insert should notify observers only once #50

  • v1.0.6 Changes

    May 01, 2015

    ๐Ÿ›  Fixes an issue with UNIQUE constraints that have multiple columns: #47

  • v1.0.5 Changes

    November 27, 2014

    Same as v1.0.4

  • v1.0.4 Changes

    November 06, 2014

    ๐Ÿš€ Use the new android-bintray-release plugin for publish

  • v1.0.3 Changes

    October 01, 2014

    What's new in this version:

    ๐Ÿ‘ Allows using a custom CursorFactory object