summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-01-24 22:57:41 +1100
committerGitHub <noreply@github.com>2019-01-24 22:57:41 +1100
commit0e27501ee5454aca019cdfbfe899027aa8ae44a1 (patch)
tree1cf434aab6acdd81291a0826f6a358a72bdd15b3 /changelog.d
parentUse native UPSERTs where possible (#4306) (diff)
downloadsynapse-0e27501ee5454aca019cdfbfe899027aa8ae44a1.tar.xz
Fix UPSERT check (#4459)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4459.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4459.misc b/changelog.d/4459.misc
new file mode 100644
index 0000000000..58130b6190
--- /dev/null
+++ b/changelog.d/4459.misc
@@ -0,0 +1 @@
+Synapse will now take advantage of native UPSERT functionality in PostgreSQL 9.5+ and SQLite 3.24+.