summaryrefslogtreecommitdiff
path: root/test/sql/test_cte.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-151/+121
* Restore crud flags if visiting_cte is setMike Bayer2020-03-031-0/+35
* Source base cleanupsMike Bayer2020-01-011-2/+2
* Add CTE prefixesMarat Sharafutdinov2019-12-181-0/+22
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-2/+4
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+3
* Prevent __init__ from being called for Alias, subclassesMike Bayer2019-02-211-0/+27
* Post black reformattingMike Bayer2019-01-061-13/+13
* Run black -l 79 against all source filesMike Bayer2019-01-061-479/+571
* Track if we're rendering within the CTE recursivelyMike Bayer2018-03-141-0/+44
* Clone _cte_alias instead of assigning "self"Mike Bayer2018-03-051-1/+70
* Check existing CTE for an alias name when rendering FROM clauseMike Bayer2018-03-011-0/+200
* Quote cte alias if neededEric Atkin2018-02-221-1/+42
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+3
* Propagate execution_options at compile stageMike Bayer2016-10-051-1/+8
* Ensure DML provides named_with_column for CTE(Alias)Mike Bayer2016-07-131-0/+32
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-2/+150
* PEP8 cleanup in /test/sqlEric Streeper2015-03-181-1/+1
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-0/+30
* - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-0/+38
* - update the flake8 rules againMike Bayer2014-07-181-180/+172
* -Fixed bug in common table expressions whereby positional boundMike Bayer2014-07-141-0/+36
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-021-5/+5
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-0/+16
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-311-0/+29
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
* - [feature] The before_cursor_execute eventMike Bayer2012-08-231-0/+1
* - [bug] Fixed more un-intuitivenesses in CTEsMike Bayer2012-07-101-20/+159
* - move cte tests into their own test/sql/test_cte.pyMike Bayer2012-06-251-0/+213