summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Vo <david@vovo.id.au>2020-03-27 12:26:55 +1100
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-31 11:27:17 +0100
commit5bd2b275254bcbf001bee20d821c0ef567b9587f (patch)
treea0159125dd5e18079477961eba80481fa7b65497 /changelog.d
parentFix another instance (diff)
downloadsynapse-5bd2b275254bcbf001bee20d821c0ef567b9587f.tar.xz
Only import sqlite3 when type checking
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.