]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix to EagerLoad where it late-initializes its eager chain, thereby not getting messe...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Feb 2006 00:28:59 +0000 (00:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Feb 2006 00:28:59 +0000 (00:28 +0000)
commit24e22e2e5a20c6dea4e8030feb1f579b7dfc2bcd
tree3daeeacab53ade5ca0923d6976e2ec8fc117f9b3
parentc92b254a644accd749eb2d84a8a3e81d674286d3
fix to EagerLoad where it late-initializes its eager chain, thereby not getting messed up by late add_property() calls
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
test/eagertest1.py [new file with mode: 0644]