]> 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:19:53 +0000 (09:19 -0500)
commit944fa6952157651faae53a12a92782b4265ddc8d
tree55c4a3bcffa31980b65bec946172cdc1078c42eb
parent255a6ee18b9d68b5150f1793e0a318d8ccd913bf
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
lib/sqlalchemy/orm/events.py