summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Vo <auscompgeek@users.noreply.github.com>2020-03-28 00:20:00 +1100
committerGitHub <noreply@github.com>2020-03-27 13:20:00 +0000
commitfbf0782c63bd2aba3c504dabd04abdf10d269a22 (patch)
treee6e684736439cd27536856ed2de1b7ff8d4066d4 /changelog.d
parentMerge pull request #7151 from matrix-org/jaywink/saml-redirect-fix (diff)
downloadsynapse-fbf0782c63bd2aba3c504dabd04abdf10d269a22.tar.xz
Only import sqlite3 when type checking (#7155)
Fixes: #7127
Signed-off-by: David Vo <david@vovo.id.au>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7155.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7155.bugfix b/changelog.d/7155.bugfix
new file mode 100644
index 0000000000..0bf51e7aba
--- /dev/null
+++ b/changelog.d/7155.bugfix
@@ -0,0 +1 @@
+Avoid importing `sqlite3` when using the postgres backend. Contributed by David Vo.