summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2021-02-10 14:12:57 -0600
committerGitHub <noreply@github.com>2021-02-10 20:12:57 +0000
commit80d6dc9783aa80886a133756028984dbf8920168 (patch)
tree2e87a3640eabda1d3dae52d4c21073e2dc1f4aba /changelog.d
parentMerge pull request #9361 from matrix-org/babolivier/third_party_validation (diff)
downloadsynapse-80d6dc9783aa80886a133756028984dbf8920168.tar.xz
Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9003)
Remove conflicting sqlite tables that throw sqlite3.OperationalError: object name reserved for internal use: event_search_content when running the twisted unit tests.

Fix #8996
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9003.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9003.misc b/changelog.d/9003.misc
new file mode 100644
index 0000000000..557c8b2353
--- /dev/null
+++ b/changelog.d/9003.misc
@@ -0,0 +1 @@
+Fix 'object name reserved for internal use' errors with recent versions of SQLite.