sqlbrite v0.5.1 Release Notes

Release Date: 2016-02-03 // about 8 years ago
    • New: Query logs now contain timing information on how long they took to execute. This only covers the time until a Cursor was made available, not object mapping or delivering to subscribers.
    • Fix: Switch query logging to happen when Query.run is called, not when a query is triggered.
    • Fix: Check for subscribing inside a transaction using a more accurate primitive.