]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 12 Apr 2022 00:55:59 +0000 (02:55 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Apr 2022 00:55:59 +0000 (17:55 -0700)
commit9ebcece82fe11b87cc3d6e6b4c439aab9e3ab1e6
treeef6b3c2d043f9b85ed4b15aa684eab941e25347f
parentf45aa8f304a12990c2ca687f2088f04b07906033
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Doc/includes/sqlite3/sumintwindow.py [new file with mode: 0644]
Doc/library/sqlite3.rst
Doc/whatsnew/3.11.rst
Lib/test/test_sqlite3/test_dbapi.py
Lib/test/test_sqlite3/test_userfunctions.py
Misc/NEWS.d/next/Library/2020-05-24-23-52-03.bpo-40617.lycF9q.rst [new file with mode: 0644]
Modules/_sqlite/clinic/connection.c.h
Modules/_sqlite/connection.c
Modules/_sqlite/module.c
Modules/_sqlite/module.h