]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
getting inheritance to work. some complex cases may have to fail for the time being.
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 00:23:01 +0000 (20:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 00:23:01 +0000 (20:23 -0400)
commit90b5ac47cddfc97df05cd30e33149f963090c0f0
tree9134c4f46db6c3071a4a8ebc70a3733f06f24a6d
parentead3d6ab2fd323dad99c310cab7aa12d72f4f4ee
getting inheritance to work.  some complex cases may have to fail for the time being.
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_query.py