]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression from 0.6 whereby if
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Jan 2012 16:43:47 +0000 (11:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Jan 2012 16:43:47 +0000 (11:43 -0500)
commitf2568b9bdedd12427aaaed393c68dcf20691ea11
tree46d6c04de66ceeb1d84aef63d6982bdb2317e2bb
parentd78d2d60aa30b0b6c3c230ddf3cafda2529e6409
- Fixed regression from 0.6 whereby if
"load_on_pending" relationship() flag were used
where a non-"get()" lazy clause needed to be
emitted on a pending object, it would fail
to load.
CHANGES
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
test/orm/test_load_on_fks.py