summaryrefslogtreecommitdiff
path: root/test/sql/test_join_rewriting.py
Commit message (Collapse)AuthorAgeFilesLines
* - add coverage for result map rewritingMike Bayer2013-06-041-0/+6
| | | | | - fix the result map rewriter for col mismatches, since the rewritten select at the moment typically has more columns than the original
* - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-041-0/+51
| | | | | | 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.
* - support for a__b_dc, i.e. two levels of nestingMike Bayer2013-06-041-35/+131
|
* - add a flag to DefaultDialect for this so that people will have someMike Bayer2013-06-041-1/+28
| | | | workaround
* rewriting scheme now works.Mike Bayer2013-06-041-28/+21
|
* capture the really hard one in a test (hooray)Mike Bayer2013-06-041-0/+119