square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 416 forks source link

Update Readme to denote update APIs #234

Closed ShaishavGandhi closed 6 years ago

ShaishavGandhi commented 6 years ago

With the 3.0 release, the API for db.insert requires an additional conflictAlgorithm parameter. The Readme still shows the old API where only tableName and contentValues were required.

JakeWharton commented 6 years ago

Yep. Want to send a PR to update it?

On Wed, Jan 10, 2018 at 1:58 AM Shaishav Gandhi notifications@github.com wrote:

With the 3.0 release, the API for db.insert requires an additional conflictAlgorithm parameter. The Readme still shows the old API where only tableName and contentValues were required.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/square/sqlbrite/issues/234, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEf4Y20VGMvTZwXxtnicTs4-cbKQkks5tJF-xgaJpZM4RY4qz .

ShaishavGandhi commented 6 years ago

Cool! Will do later tonight!