All Versions
9
Latest Version
Avg Release Cycle
80 days
Latest Release
3218 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
July 01, 2016_BREAKING CHANGE: _ The
ContentProvider
no longer throws aSQLException
when running an update and there are no rows matching the selection arguments, but returns0
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, 2015Bulk 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, 2014Same 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, 2014What's new in this version:
๐ Allows using a custom CursorFactory object