]> 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:54 +0000 (09:20 -0500)
commit4a0d8f7e460812ff5914e0e3177a7885aeb9ef02
treeb66c89f05ec0e50280bbe37c2bb8a90aec0be3e5
parent24287be966958391aac9f91b990caa0c5ab32630
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