diff options
author | Luke Barnard <luke@matrix.org> | 2017-11-06 16:16:24 +0000 |
---|---|---|
committer | Luke Barnard <luke@matrix.org> | 2017-11-06 16:16:24 +0000 |
commit | b8da5d07908d49e5402e016e2ad7433e69912c43 (patch) | |
tree | 6cd72cc934d45052271582702dbeffe0dbaaf823 | |
parent | WIP: Return admins of a group first in the list of group users (diff) | |
download | synapse-b8da5d07908d49e5402e016e2ad7433e69912c43.tar.xz |
Use static column name insertion
Otherwise we end up trying to ORDER BY "is_admin", the literal string.
-rw-r--r-- | synapse/storage/_base.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py |