diff options
Diffstat (limited to 'doc/build/changelog/changelog_11.rst')
-rw-r--r-- | doc/build/changelog/changelog_11.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 0a6543575..350a7c4d2 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -22,6 +22,21 @@ :version: 1.1.0b1 .. change:: + :tags: feature, sql + :tickets: 1370 + + Added support for "set-aggregate" functions of the form + ``<function> WITHIN GROUP (ORDER BY <criteria>)``, using the + method :meth:`.FunctionElement.within_group`. A series of common + set-aggregate functions with return types derived from the set have + been added. This includes functions like :class:`.percentile_cont`, + :class:`.dense_rank` and others. + + .. seealso:: + + :ref:`change_3132` + + .. change:: :tags: feature, sql, postgresql :tickets: 3132 @@ -31,6 +46,10 @@ supported on Postgresql at the moment, only actually works on Postgresql. + .. seealso:: + + :ref:`change_3132` + .. change:: :tags: feature, sql :tickets: 3516 |