summaryrefslogtreecommitdiff
path: root/test/sql/test_cte.py
Commit message (Expand)AuthorAgeFilesLines
* don't count / gather INSERT bind names inside of a CTEMike Bayer2023-01-301-0/+66
* Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-10/+10
* Fix positional compiling bugsFederico Caselli2022-12-011-31/+232
* deep compare CTEs before considering them conflictingMike Bayer2022-08-051-8/+26
* pep484 - sql.selectableMike Bayer2022-04-041-0/+31
* pop the stack that we pushedMike Bayer2022-03-081-0/+21
* Add more nesting features to add_cte()Mike Bayer2022-02-241-0/+293
* support add_cte() for TextualSelectMike Bayer2022-02-231-0/+45
* consider truediv as truediv; support floordiv operatorMike Bayer2021-12-261-1/+1
* Add Non linear CTE supportEric Masseran2021-11-161-0/+47
* set within_columns_clause=False for all sub-elements of select()Mike Bayer2021-11-091-0/+48
* fully implement future engine and remove legacyMike Bayer2021-11-071-16/+0
* Fix recursive CTE to support nestingEric Masseran2021-10-121-19/+141
* fixes for usage of the null() and similar constantsMike Bayer2021-10-081-2/+2
* Implement nesting CTEEric Masseran2021-09-171-0/+446
* use the stack for insert_from_selectMike Bayer2021-09-161-0/+23
* Dispatch independent ctes on compound selectEric Masseran2021-08-081-0/+31
* Modernize tests - dml_whereclauseGord Thompson2021-07-261-1/+1
* Adjust CTE recrusive col list to accommodate dupe col namesMike Bayer2021-07-131-0/+148
* implement independent CTEsMike Bayer2021-07-121-6/+146
* Export deferred columns but not col props; fix CTE labelingMike Bayer2021-06-221-0/+51
* Update black flak8 and zimportsFederico Caselli2021-05-121-2/+0
* allow CTE to be direct DML targetMike Bayer2021-05-111-0/+73
* pass asfrom correctly in compilersMike Bayer2021-04-171-0/+66
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-1/+1
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-30/+31
* upgrade to black 20.8b1Mike Bayer2020-09-281-5/+9
* 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