]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support range specification in window function
authorPhillip Cloud <cpcloud@gmail.com>
Mon, 2 May 2016 02:26:10 +0000 (22:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Jun 2016 19:17:22 +0000 (15:17 -0400)
commitd34063aa32211c9c2763fbff753601f6c20b8845
tree64f8b99e85366ba8261f20c2fd3e999680206cf5
parenta90b0101aaf616cddb8bc675f4a221fe7de6c420
Support range specification in window function

Fixes: #3049
Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Change-Id: Ie572095c3e25f70a1e72e1af6858e5edd89fd25e
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/264
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
doc/build/core/tutorial.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/functions.py
test/sql/test_compiler.py