We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595eef6 commit 5a4d62fCopy full SHA for 5a4d62f
postgrest/_async/request_builder.py
@@ -165,6 +165,7 @@ def upsert(
165
count: The method to use to get the count of rows returned.
166
returning: Either 'minimal' or 'representation'
167
ignore_duplicates: Whether duplicate rows should be ignored.
168
+ on_conflict: Specified columns to be made to work with UNIQUE constraint.
169
Returns:
170
:class:`AsyncQueryRequestBuilder`
171
"""
0 commit comments