summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-08-19 22:19:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-08-19 22:22:24 -0400
commit3e2f61c439dab76133a49b7a16b03bf4071d4c4c (patch)
tree7d3ba13926308309286bd5ccf9618c4bd22cbd4b /doc
parentc3869f23836bd35d5ed565a4b84b4ab70293c0f7 (diff)
downloadsqlalchemy-3e2f61c439dab76133a49b7a16b03bf4071d4c4c.tar.gz
Add missing range_ / rows parameters to additional over() methods
Added missing window function parameters :paramref:`.WithinGroup.over.range_` and :paramref:`.WithinGroup.over.rows` parameters to the :meth:`.WithinGroup.over` and :meth:`.FunctionFilter.over` methods, to correspond to the range/rows feature added to the "over" method of SQL functions as part of :ticket:`3049` in version 1.1. Fixes: #4322 Change-Id: I77dcdac65c699a4b52a3fc3ee09a100ffb4fc20e
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/4322.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4322.rst b/doc/build/changelog/unreleased_12/4322.rst
new file mode 100644
index 000000000..f1b1634ec
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/4322.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: bug, sql
+ :tickets: 4322
+
+ Added missing window function parameters
+ :paramref:`.WithinGroup.over.range_` and :paramref:`.WithinGroup.over.rows`
+ parameters to the :meth:`.WithinGroup.over` and
+ :meth:`.FunctionFilter.over` methods, to correspond to the range/rows
+ feature added to the "over" method of SQL functions as part of
+ :ticket:`3049` in version 1.1.