]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a column with a "mutable" type mapped as "deferred" will not
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 18:45:51 +0000 (13:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 18:45:51 +0000 (13:45 -0500)
commit94bb2f428e6408c675c306cafb4683c88b48b3dd
tree9475c813b5db36c345e8b20843b954949a796dfe
parente759fd7d788a95cce0d7506d09b82d9f2dc422b1
- a column with a "mutable" type mapped as "deferred" will not
emit a load for the "old" value upon a set event,
unless the "active_history" flag is set to True.  [ticket:1976]
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_unitofwork.py