mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
58f8305114
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.
|