We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975fff6 commit 30fca9fCopy full SHA for 30fca9f
1 file changed
sql_athame/dataclasses.py
@@ -914,7 +914,7 @@ async def upsert(
914
915
Args:
916
connection_or_pool: Database connection or pool
917
- exclude: Field names to exclude from the UPDATE clause
+ exclude: Field names to exclude from INSERT and UPDATE
918
insert_only: Field names that should only be set on INSERT, not UPDATE
919
force_update: Field names to force include in UPDATE clause, overriding insert_only settings
920
0 commit comments