]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- replace the tip of the path info with the subclass mapper being used.
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jan 2010 18:31:19 +0000 (18:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jan 2010 18:31:19 +0000 (18:31 +0000)
commitdb4af57e206b059a8d3e78a971834982fa8aa062
tree3fef3ad2a37b46592aa22129ebdd5c5348b149e8
parent3c1a8adc782b9440b3e7e350712cdfa231c56f7f
- replace the tip of the path info with the subclass mapper being used.
that way accurate "load_path" info is available for options
invoked during deferred loads.
we lose AliasedClass path elements this way, but currently,
those are not needed at this stage.
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/test_query.py