summary refs log tree commit diff
path: root/changelog.d/15525.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.90.0rc1Erik Johnston2023-08-081-1/+0
|
* Inline SQL queries using boolean parameters (#15525)Anshul Madnawat2023-07-261-0/+1
SQLite now supports TRUE and FALSE constants, simplify some queries by inlining those instead of passing them as arguments.