Skip to content

🌊 Confluence '1'

Latest

Choose a tag to compare

@mychidarko mychidarko released this 17 Aug 13:18

v5.1.1 - 17 Aug 2026

Fixed

  • Fixed 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.