Skip to content

mhernand40/SqlDelight-Issue-1422-Repro

Repository files navigation

SqlDelight Issue 1422 Repro

Sample project that reproduces cashapp/sqldelight#1422.

It compares the behavior between SqlDelight 0.9.0 + SqlBrite 3.2.0 vs. SqlDelight 1 with respect to no-op transactions and their effects on the emissions of any subscribed RxJava Query Observables.

To compare the results, simply run

./gradlew test

or

./gradlew :sqldelight-prerelease-and-sqlbrite:test
./gradlew :sqldeligh-1:test

The tests from both modules should have the same results, however sqldelight-prerelease-and-sqlbrite passes while sqldeligh-1 fails.

Releases

No releases published

Packages

No packages published

Languages