Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -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 allow | Mike Bayer | 2016-03-29 | 1 | -0/+134 |
for the SQL standard LATERAL keyword, currently only supported by Postgresql. fixes #2857 |