diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-04-05 00:21:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 00:21:16 +1100 |
commit | a33a5abc4cd0a73fdf851850da21d749d842ae32 (patch) | |
tree | 4ccfc5a2403a17d4a529608ecc89bb4506c90f2e /changelog.d | |
parent | Merge pull request #5002 from matrix-org/erikj/delete_group (diff) | |
download | synapse-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.misc | 1 |
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 |