v5.1.1 - 17 Aug 2026
Fixed
- Fixed
count()returning 0 for SELECT queries on SQLite. Counting now happens in the database itself with aSELECT COUNT(*), so it is correct on every driver and no longer pulls rows just to count them.
count() returning 0 for SELECT queries on SQLite. Counting now happens in the database itself with a SELECT COUNT(*), so it is correct on every driver and no longer pulls rows just to count them.