Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

0.3.1

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 02 Sep 17:25
· 223 commits to trunk since this release
  • New: mapToOne and mapToOneOrNull operators on QueryObservable. These work on queries which
    return 0 or 1 rows and are a convenience for turning them into a type T given a mapper of type
    Func1<Cursor, T> (the same which can be used for mapToList).
  • Fix: Remove @WorkerThread annotations for now. Various combinations of lint, RxJava, and
    retrolambda can cause false-positives.

Download:

compile 'com.squareup.sqlbrite:sqlbrite:0.3.1'