summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-04-05 00:21:16 +1100
committerGitHub <noreply@github.com>2019-04-05 00:21:16 +1100
commita33a5abc4cd0a73fdf851850da21d749d842ae32 (patch)
tree4ccfc5a2403a17d4a529608ecc89bb4506c90f2e /changelog.d
parentMerge pull request #5002 from matrix-org/erikj/delete_group (diff)
downloadsynapse-a33a5abc4cd0a73fdf851850da21d749d842ae32.tar.xz
Clean up the database pagination code (#5007)
* rewrite & simplify

* changelog

* cleanup potential sql injection
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5007.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5007.misc b/changelog.d/5007.misc
new file mode 100644
index 0000000000..05b6ce2c26
--- /dev/null
+++ b/changelog.d/5007.misc
@@ -0,0 +1 @@
+Refactor synapse.storage._base._simple_select_list_paginate.
\ No newline at end of file