]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix bug due to regression from #2793, make sure we only go to load
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Oct 2013 20:41:52 +0000 (16:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Oct 2013 20:41:52 +0000 (16:41 -0400)
commit75be18004fac80de6aabea409c059eaaa0dd5244
treed483bfb7c65e741eef74fedb4e16031d9ed19666
parent1f1ad557afa4919245c2cb9972099c1504a30a37
- fix bug due to regression from #2793, make sure we only go to load
scalar attributes here and not relationships, else we get an error if there's no
actual scalars to load
lib/sqlalchemy/orm/persistence.py
lib/sqlalchemy/orm/state.py
test/orm/test_unitofwork.py