SQLite now supports TRUE and FALSE constants, simplify some queries by inlining those instead of passing them as arguments.
2 lines
77 B
Plaintext
2 lines
77 B
Plaintext
Update SQL queries to inline boolean parameters as supported in SQLite 3.27.
|