sqlbrite v0.4.0 Release Notes

Release Date: 2015-09-22 // over 8 years ago
    • New: mapToOneOrDefault replaces mapToOneOrNull for more flexibility.
    • Fix: Notifications of table updates as the result of a transaction now occur after the transaction has been applied. Previous the notification would happen during the commit at which time it was invalid to create a new transaction in a subscriber.