Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inline SQL queries using boolean parameters (#15525) | Anshul Madnawat | 2023-07-26 | 1 | -0/+1 |
SQLite now supports TRUE and FALSE constants, simplify some queries by inlining those instead of passing them as arguments. |