From: Ales Dokshanin <3935698+alesdokshanin@users.noreply.github.com> Date: Wed, 23 Oct 2019 15:37:49 +0000 (+0300) Subject: Typo fix X-Git-Tag: rel_1_4_0b1~648^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d9a29514ea0949f09f75622065e737fabeabe1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Typo fix --- diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 0ea6d42960..909d568a7f 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.