]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added :meth:`.Select.lateral` and related constructs to allow
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Mar 2016 21:56:02 +0000 (17:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Mar 2016 21:56:02 +0000 (17:56 -0400)
commitfb9d481e898b7695de8f75402970f67776fc47e1
treed961277118cabb47d6a90b0fb8201fd5ff0e73a8
parentd61919118072f4c31ba2ee0bd8c4ac22a92e92f4
- Added :meth:`.Select.lateral` and related constructs to allow
for the SQL standard LATERAL keyword, currently only supported
by Postgresql.  fixes #2857
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
doc/build/core/selectable.rst
doc/build/core/tutorial.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/selectable.py
test/sql/test_lateral.py [new file with mode: 0644]