From 8fec7990431092e3732e8ce1c4b3e0557b9f3098 Mon Sep 17 00:00:00 2001 From: Ales Dokshanin <3935698+alesdokshanin@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:37:49 +0300 Subject: [PATCH] Typo fix (cherry picked from commit 26d9a29514ea0949f09f75622065e737fabeabe1) --- lib/sqlalchemy/dialects/postgresql/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index e4d7c7d54f..11b2acf74d 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -409,7 +409,7 @@ for UPDATE:: The :meth:`.Insert.on_conflict_do_update` method does **not** take into account Python-side default UPDATE values or generation functions, e.g. - e.g. those specified using :paramref:`.Column.onupdate`. + those specified using :paramref:`.Column.onupdate`. These values will not be exercised for an ON CONFLICT style of UPDATE, unless they are manually specified in the :paramref:`.Insert.on_conflict_do_update.set_` dictionary. -- 2.47.2