summaryrefslogtreecommitdiff
path: root/test/sql/test_cte.py
Commit message (Expand)AuthorAgeFilesLines
* 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