Sqlite Provider Versions Save

Extended SQLite functionality for Android

v2.0.0

7 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

v1.2.1

7 years ago

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

1.2.0

8 years ago

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

More info in #54

1.1.0

9 years ago

Fixed issue with test dependencies being included in the library.

v1.0.7

9 years ago

Bulk insert should notify observers only once #50

v1.0.6

9 years ago

Fixes an issue with UNIQUE constraints that have multiple columns: https://github.com/novoda/sqlite-provider/pull/47

v1.0.5

9 years ago

Same as v1.0.4

v1.0.4

9 years ago

Use the new android-bintray-release plugin for publish

v1.0.3

9 years ago

What's new in this version:

Allows using a custom CursorFactory object

v1.0.1

10 years ago

Enables multi-line SQL migration files