summaryrefslogtreecommitdiff
path: root/test/sql/test_lateral.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-18/+18
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+103
* Prevent __init__ from being called for Alias, subclassesMike Bayer2019-02-211-0/+16
* Post black reformattingMike Bayer2019-01-061-6/+12
* Run black -l 79 against all source filesMike Bayer2019-01-061-34/+49
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-3/+0
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+134