gh-79097: Add support for aggregate window functions in sqlite3#20903
gh-79097: Add support for aggregate window functions in sqlite3#20903JelleZijlstra merged 57 commits into
Conversation
8374a58 to
04f00e7
Compare
November 6, 2020 00:15
|
Rebased onto master and upgraded with |
Sorry, something went wrong.
f39fc9f to
a36a1a5
Compare
December 28, 2020 11:58
9c27690 to
b91947d
Compare
March 10, 2021 13:02
5f17f41 to
f1459ed
Compare
April 18, 2021 22:09
799bcf6 to
3f052a6
Compare
April 23, 2021 09:21
See https://docs.python.org/3/library/exceptions.html#NotImplementedError: It should not be used to indicate that an operator or method is not meant to be supported at all – in that case either leave the operator / method undefined or, if a subclass, set it to None.
3f052a6 to
7dfeb13
Compare
April 23, 2021 09:25
|
@berkerpeksag Any chance of getting this in |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 340cea9 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 340cea9 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
|
@JelleZijlstra, would you like to review this? FYI, the two buildbot failures look unrelated. |
Sorry, something went wrong.
JelleZijlstra
left a comment
There was a problem hiding this comment.
Looks good, just one requested improvement in the tests.
Let me know if there's other changes you'd like to get in in time for 3.11.
Sorry, something went wrong.
Yes, I've one more feature I'd like to get in: Blob handles, gh-30680 (currently revisiting it, hoping to make it ready for review soon). |
Sorry, something went wrong.
Sounds good, ping me when you're ready. |
Sorry, something went wrong.
- Blob from python/cpython#30680 (and anticipating that python/cpython#91550 will be merged) - Aggregate window functions from python/cpython#20903 - Serialize/deserialize from python/cpython#26728 - Limit setting from python/cpython#28463
- Blob from python/cpython#30680 (and anticipating that python/cpython#91550 will be merged) - Aggregate window functions from python/cpython#20903 - Serialize/deserialize from python/cpython#26728 - Limit setting from python/cpython#28463
Fixes #79097