Uh oh!
There was an error while loading. Please reload this page.
gh-79097: Add support for aggregate window functions in sqlite3 - #20903
Conversation
8374a58 to
04f00e7Compareerlend-aasland
commented
Nov 6, 2020
Rebased onto master and upgraded with |
erlend-aasland
commented
Nov 17, 2020
On hold until #23341 is merged |
f39fc9f to
a36a1a5Compare9c27690 to
b91947dCompare5f17f41 to
f1459edCompare799bcf6 to
3f052a6CompareSee 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
7dfeb13Compare@berkerpeksag Any chance of getting this in |
bedevere-bot
commented
Apr 10, 2022
🤖 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. |
bedevere-bot
commented
Apr 10, 2022
🤖 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. |
erlend-aasland
commented
Apr 11, 2022
@JelleZijlstra, would you like to review this? FYI, the two buildbot failures look unrelated. |
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.
Uh oh!
There was an error while loading. Please reload this page.
erlend-aasland
commented
Apr 11, 2022
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). |
JelleZijlstra
commented
Apr 11, 2022
Sounds good, ping me when you're ready. |
erlend-aasland
commented
Apr 12, 2022
Thanks, @JelleZijlstra! Much appreciated. |
- 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