Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: novoda/sqlite-provider

v2.0.0

01 Jul 10:15
Compare
Choose a tag to compare

_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

29 Jun 16:18
Compare
Choose a tag to compare

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

v1.2.0

02 Jun 16:34
Compare
Choose a tag to compare

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

More info in #54

v1.1.0

05 May 12:09
Compare
Choose a tag to compare

Fixed issue with test dependencies being included in the library.

v1.0.7

04 May 08:11
Compare
Choose a tag to compare

Bulk insert should notify observers only once #50

v1.0.6

01 May 15:23
Compare
Choose a tag to compare

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

v1.0.5

27 Nov 16:35
Compare
Choose a tag to compare

Same as v1.0.4

v1.0.4

06 Nov 10:37
Compare
Choose a tag to compare

Use the new android-bintray-release plugin for publish

Allows using a custom CursorFactory object

01 Oct 14:47
Compare
Choose a tag to compare

What's new in this version:

Allows using a custom CursorFactory object

v1.0.1

06 Feb 15:04
Compare
Choose a tag to compare

Enables multi-line SQL migration files