This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
_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