]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
bug fixes
authorChris Mcdonough <chrism@plope.com>
Wed, 12 Dec 2007 20:20:03 +0000 (20:20 +0000)
committerChris Mcdonough <chrism@plope.com>
Wed, 12 Dec 2007 20:20:03 +0000 (20:20 +0000)
commit6f6a0981351697192651ef7437fdc451c1ad71ab
treed5b302c360710eb53fc046269845bb24ec161630
parentbdd922ad0d94953c53e654893889e5aa7ed00685
bug fixes

- the call to self.get() in get_committed_state was missing a required parameter, rendered sqlalchemy unusable in certain situations

- fixed a large bug in dynamic_loader() where the query criterion wasn't generated correctly if other relations existed to dynamic_loader's argument
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/dynamic.py