]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- if the select() does not have use_labels on, then we just render
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jun 2013 23:52:53 +0000 (19:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jun 2013 23:52:53 +0000 (19:52 -0400)
commit92e599f42f4a7dde1662fe0ae428d32bb4e8cc42
treef025e564b851cc0e6808d88e418c35363684d167
parentd8a38839483aede934b6cbeb6d0828d362767a4d
- if the select() does not have use_labels on, then we just render
the joins as is, regardless of the dialect not supporting it.  use_labels=True
indicates a higher level of automation and also can maintain the labels
between rewritten and not.  use_labels=False indicates a manual use case.
lib/sqlalchemy/sql/compiler.py
test/sql/test_join_rewriting.py