summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-11-07 09:34:23 -0500
committerGitHub <noreply@github.com>2023-11-07 09:34:23 -0500
commitec9ff389f4c64d31da46b904381087aef0c86796 (patch)
treef98a7f0c4c48e09c440e6bd471de3afc6e27c57f /changelog.d
parentCollect information for PushRuleEvaluator in parallel. (#16590) (diff)
downloadsynapse-ec9ff389f4c64d31da46b904381087aef0c86796.tar.xz
More tests for the simple_* methods. (#16596)
Expand tests for the simple_* database methods, additionally
test against both PostgreSQL and SQLite variants.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16596.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16596.misc b/changelog.d/16596.misc
new file mode 100644
index 0000000000..fa457b12e5
--- /dev/null
+++ b/changelog.d/16596.misc
@@ -0,0 +1 @@
+Improve tests of the SQL generator.