]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
implement join rewriting inside of visit_select(). Currently this is global or not...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jun 2013 22:05:47 +0000 (18:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jun 2013 22:05:47 +0000 (18:05 -0400)
commitaf3fa1f69c077789b8a1c5078d1bb94a8d5e2240
tree2cf4009db2cb4c3793d400147e8308dfa9e08b4a
parent32716eae773e6f6b7f37baf705342c1ed89df461
implement join rewriting inside of visit_select().  Currently this is global or not based on fixing nested_join_translation as True or not.
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py