0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 02:28:21 +02:00
synapse/changelog.d
Patrick Cloke 9738b1c497
Avoid executing no-op queries. (#16583)
If simple_{insert,upsert,update}_many_txn is called without any data
to modify then return instead of executing the query.

This matches the behavior of simple_{select,delete}_many_txn.
2023-11-07 14:00:25 -05:00
..
.gitignore
16532.misc Support reactor timing metric on more reactors. (#16532) 2023-11-06 08:31:22 -05:00
16564.misc Remove remaining usage of cursor_to_dict. (#16564) 2023-10-31 13:13:28 -04:00
16583.misc Avoid executing no-op queries. (#16583) 2023-11-07 14:00:25 -05:00
16584.misc Simplify event persistence code (#16584) 2023-11-03 07:30:31 -04:00
16585.misc Use simple_select_many_txn in event persistance code. (#16585) 2023-11-02 09:41:00 -04:00
16586.misc Simplify event persistence code (#16584) 2023-11-03 07:30:31 -04:00
16588.misc Bump twisted from 23.8.0 to 23.10.0 (#16588) 2023-11-01 10:23:13 +00:00
16589.misc Do not call getfullargspec on every call. (#16589) 2023-10-31 20:16:17 +00:00
16590.misc Collect information for PushRuleEvaluator in parallel. (#16590) 2023-11-06 15:41:57 -05:00
16596.misc More tests for the simple_* methods. (#16596) 2023-11-07 09:34:23 -05:00
16605.misc Bump setuptools_rust to match pinned version. (#16605) 2023-11-06 09:13:53 -05:00