summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-09-15 14:28:48 -0400
committerGitHub <noreply@github.com>2022-09-15 18:28:48 +0000
commitb2b0c8527957d89b36c0eafea70347c200c1d294 (patch)
tree27fc59a15ef8dc106d2aa5842907d9d741a0c108 /changelog.d
parentA third batch of Pydantic validation for rest/client/account.py (#13736) (diff)
downloadsynapse-b2b0c8527957d89b36c0eafea70347c200c1d294.tar.xz
Support providing an index predicate for upserts. (#13822)
This is useful to upsert against a table which has a unique
partial index while avoiding conflicts.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13822.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13822.misc b/changelog.d/13822.misc
new file mode 100644
index 0000000000..dbc77cbcfa
--- /dev/null
+++ b/changelog.d/13822.misc
@@ -0,0 +1 @@
+Support providing an index predicate clause when doing upserts.