summaryrefslogtreecommitdiff
path: root/test/sql/test_join_rewriting.py
Commit message (Expand)AuthorAgeFilesLines
* Drop right-nested join rewritingMike Bayer2019-10-071-838/+0
* create second level deduping when use_labels is turned onMike Bayer2019-10-071-21/+12
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-19/+137
* SelectBase no longer a FromClauseMike Bayer2019-07-061-17/+26
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+2
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Post black reformattingMike Bayer2019-01-061-12/+11
* Run black -l 79 against all source filesMike Bayer2019-01-061-146/+164
* - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-0/+5
* fooMike Bayer2015-03-081-1/+1
* - add a close hereMike Bayer2015-01-061-0/+1
* - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-1/+24
* - update some SQL server tests, supportMike Bayer2014-07-221-0/+2
* - update the flake8 rules againMike Bayer2014-07-181-193/+212
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-151-1/+43
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-251-1/+44
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+2
* - we're testing a query here with non-standard aliasing which fails on PG and...Mike Bayer2014-02-241-0/+6
* - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967`Mike Bayer2014-02-201-2/+66
* skip this on oracleMike Bayer2014-02-191-0/+3
* - re: #2967, also fixed a somewhat related issue where join rewriting would failMike Bayer2014-02-191-1/+38
* - Fixed bug in SQLite "join rewriting" where usage of an exists() constructMike Bayer2014-02-191-4/+56
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-011-0/+33
* - fix issue in join rewriting whereby we need to ensure the .key and .nameMike Bayer2013-07-271-4/+83
* - add coverage for result map rewritingMike Bayer2013-06-041-0/+6
* - if the select() does not have use_labels on, then we just renderMike Bayer2013-06-041-0/+51
* - 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
* 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