summaryrefslogtreecommitdiff
path: root/test/sql/test_lateral.py
Commit message (Collapse)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-3/+0
| | | | | | | | tested using pycodestyle version 2.2.0 Fixes: #3885 Change-Id: I5df43adc3aefe318f9eeab72a078247a548ec566 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/343
* - 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