]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "lockmode" kw argument to Session.refresh(), will
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Mar 2010 17:10:13 +0000 (13:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Mar 2010 17:10:13 +0000 (13:10 -0400)
commitb2741d8b77e630552c6d5749f5f427860976bb8d
tree5a87db20282e917c2f1c44cf1dd4195eaf2aedca
parent7de2b6923f214674cf139b21125f41c2752094eb
- added "lockmode" kw argument to Session.refresh(), will
pass through the string value to Query the same as
in with_lockmode(), will also do version check for a
version_id_col-enabled mapping.
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/test_versioning.py