From: Kaan Date: Tue, 18 Mar 2025 23:27:49 +0000 (+0000) Subject: added changelog file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab552ea72ceb3c7ee785514d85a4ece93e687064;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git added changelog file --- diff --git a/doc/build/changelog/unreleased_20/12444.rst b/doc/build/changelog/unreleased_20/12444.rst new file mode 100644 index 0000000000..2d6f26cc8b --- /dev/null +++ b/doc/build/changelog/unreleased_20/12444.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: sql + :tickets: 12444 + + Implemented support for the GROUPS frame specification in window + functions by adding "groups" option to :class:`.Over` and + :meth:`.FunctionElement.over`. Pull request courtesy Kaan Dikmen.