]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
getting things to join without subqueries, but some glitches in the compiler step
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jun 2013 23:33:19 +0000 (19:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jun 2013 23:33:19 +0000 (19:33 -0400)
commit02ae3cd54d0c47850ae1c894abae256a4717fe2d
tree25420db57c3a82e195e6e7379f6cc0b0614d5e04
parentaf3fa1f69c077789b8a1c5078d1bb94a8d5e2240
getting things to join without subqueries, but some glitches in the compiler step
when we do query.count() are showing
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
test/orm/inheritance/test_polymorphic_rel.py
test/orm/test_of_type.py