]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby Session.merge() would call the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Feb 2011 03:20:47 +0000 (22:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Feb 2011 03:20:47 +0000 (22:20 -0500)
commit838d78af711ccda918a702e01b5630b787cec453
tree8d5c94ce0245eb6270efd227832f3bf6d96d1106
parent53aab63b6c24dfdcc249ada5c9d712dc42e5ae40
- Fixed bug whereby Session.merge() would call the
load() event with one too few arguments.
[ticket:2053]

- Added logic which prevents the generation of
events from a MapperExtension or SessionExtension
from generating do-nothing events for all the methods
not overridden. [ticket:2052]
CHANGES
lib/sqlalchemy/orm/deprecated_interfaces.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/langhelpers.py
test/orm/test_events.py