mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01: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
No EOL
45 B
Text
1 line
No EOL
45 B
Text
Use standard SQL helpers in persistence code. |