Releases: novoda/sqlite-provider
Releases · novoda/sqlite-provider
v2.0.0
_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
Fix for INTEGER PRIMARY KEY
implicit constraint on upsert (#60)
v1.2.0
Allowing to specify an optional query parameter for allowing or not yieldIfContendedSafely() during bulk inserts.
More info in #54
v1.1.0
Fixed issue with test dependencies being included in the library.
v1.0.7
Bulk insert should notify observers only once #50
v1.0.6
Fixes an issue with UNIQUE constraints that have multiple columns: #47
v1.0.4
Use the new android-bintray-release plugin for publish
Allows using a custom CursorFactory object
What's new in this version:
Allows using a custom CursorFactory object
v1.0.1
Enables multi-line SQL migration files