]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add missing function element methods
authorFederico Caselli <cfederico87@gmail.com>
Wed, 29 May 2024 20:18:50 +0000 (22:18 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 30 May 2024 20:17:48 +0000 (22:17 +0200)
commit57bba096599ff10be008283261054e46c9d08d0b
tree6ca7571a2030aabe31552d9e4ae20b661fd047c7
parent754804635bc922c20d0b0075e0ed2da0add38742
Add missing function element methods

Added missing methods :meth:`_sql.FunctionFilter.within_group`
and :meth:`_sql.WithinGroup.filter`

Fixes: #11423
Change-Id: I4bafd9e3cab5883b28b2b997269df239739a2212
doc/build/changelog/unreleased_20/11423.rst [new file with mode: 0644]
lib/sqlalchemy/sql/elements.py
test/sql/test_functions.py
test/typing/plain_files/sql/functions_again.py