sqlbrite v0.4.1 Release Notes

Release Date: 2015-10-19 // over 8 years ago
    • 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.