diff options
author | David Baker <dave@matrix.org> | 2018-05-01 17:54:03 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-05-01 17:54:03 +0100 |
commit | 3a62cacfb0e8832ef01aadabb29452fa0308ebdc (patch) | |
tree | 335a718ca1a3d2c7e0cc8d62ebedfac51b2d0743 /synapse/storage/profile.py | |
parent | Fix python synatx (diff) | |
download | synapse-3a62cacfb0e8832ef01aadabb29452fa0308ebdc.tar.xz |
Use COALESCE rather than IFNULL
as this works on sqlite and postgres (postgres doesn't have IFNULL)
Diffstat (limited to 'synapse/storage/profile.py')
-rw-r--r-- | synapse/storage/profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/profile.py b/synapse/storage/profile.py |