This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
0.3.1
- New:
mapToOne
andmapToOneOrNull
operators onQueryObservable
. These work on queries which
return 0 or 1 rows and are a convenience for turning them into a typeT
given a mapper of type
Func1<Cursor, T>
(the same which can be used formapToList
). - 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'