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

0.4.1

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 19 Oct 04:01
· 204 commits to trunk since this release
  • New: execute method provides the ability to execute arbitrary SQL statements.
  • New: executeAndTrigger method provides the ability to execute arbitrary SQL statements and
    notifying any queries to update on the specified table.
  • Fix: Query.asRows no longer calls onCompleted when the downstream subscriber has unsubscribed.