mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
0afbef30cf
Just to standardize on the normal helpers, it might also have a slight perf improvement on PostgreSQL which will now use `ANY (?)` instead of `IN (?, ?, ...)`.
1 line
45 B
Plaintext
1 line
45 B
Plaintext
Use standard SQL helpers in persistence code. |