forked-synapse/changelog.d/15525.misc
Anshul Madnawat 58f8305114
Inline SQL queries using boolean parameters (#15525)
SQLite now supports TRUE and FALSE constants, simplify some
queries by inlining those instead of passing them as arguments.
2023-07-26 18:45:47 +00:00

2 lines
77 B
Plaintext

Update SQL queries to inline boolean parameters as supported in SQLite 3.27.