]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve documentation for refresh_flush event
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Dec 2019 14:19:53 +0000 (09:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Dec 2019 14:20:58 +0000 (09:20 -0500)
commit0bfaf6ef76c2c8401b51eabe0bf9282fff291438
tree168c74795f67e20f34e42fb18a89548fb7c4ff17
parent2ba70a6400905894fa0889c94907983160d95c55
Improve documentation for refresh_flush event

This event does not include INSERTed primary key columns
and additionally will always be limited to default/onupdate
columns.    Note better choices for interception of INSERT
events.

Change-Id: I22b71ca1b336d4b098af075cc4694c55387b64f3
(cherry picked from commit 944fa6952157651faae53a12a92782b4265ddc8d)
lib/sqlalchemy/orm/events.py