diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-09-15 14:28:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 18:28:48 +0000 |
commit | b2b0c8527957d89b36c0eafea70347c200c1d294 (patch) | |
tree | 27fc59a15ef8dc106d2aa5842907d9d741a0c108 /changelog.d/13822.misc | |
parent | A third batch of Pydantic validation for rest/client/account.py (#13736) (diff) | |
download | synapse-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/13822.misc')
-rw-r--r-- | changelog.d/13822.misc | 1 |
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. |