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 419 forks source link

Add query(SupportSQLiteQuery) method #239

Closed kukuhyoniatmoko closed 6 years ago

JakeWharton commented 6 years ago

Can you add a test?

kukuhyoniatmoko commented 6 years ago

Test added, duplicating synchronousQueryDuringTransaction and synchronousQueryDuringTransactionSeesChanges. Is it sufficient?

JakeWharton commented 6 years ago

Looks great! Thanks.