summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-01-25 10:48:00 +0000
committerErik Johnston <erik@matrix.org>2019-01-25 10:48:40 +0000
commit8dcfa6e75cb1c8e5afc62c1d964e1c752dd1917b (patch)
tree865d942bd7f3f07829c9ccf07a0cea99b10e5391
parentDisable native upserts for sqlite, as they don't work (diff)
downloadsynapse-8dcfa6e75cb1c8e5afc62c1d964e1c752dd1917b.tar.xz
Newsfile
-rw-r--r--changelog.d/4306.misc2
-rw-r--r--changelog.d/4471.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/4306.misc b/changelog.d/4306.misc
index 58130b6190..7f48b02fbf 100644
--- a/changelog.d/4306.misc
+++ b/changelog.d/4306.misc
@@ -1 +1 @@
-Synapse will now take advantage of native UPSERT functionality in PostgreSQL 9.5+ and SQLite 3.24+.
+Synapse will now take advantage of native UPSERT functionality in PostgreSQL 9.5+.
diff --git a/changelog.d/4471.misc b/changelog.d/4471.misc
new file mode 100644
index 0000000000..7f48b02fbf
--- /dev/null
+++ b/changelog.d/4471.misc
@@ -0,0 +1 @@
+Synapse will now take advantage of native UPSERT functionality in PostgreSQL 9.5+.