summaryrefslogtreecommitdiff
path: root/test/sql/test_lateral.py
Commit message (Collapse)AuthorAgeFilesLines
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+134
for the SQL standard LATERAL keyword, currently only supported by Postgresql. fixes #2857