This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iljau
Recipients iljau
Date 2020-05-13.18:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Expose sqlite3_create_window_function as sqlite3.create_window_function.

There already exists sqlite3.create_aggregate, which uses sqlite3_create_function_v2 and is conceptually similar.

Window functions are available in sqlite starting from 2018-09-15 (3.25.0) release.

References:
https://www.sqlite.org/c3ref/create_function.html
https://www.sqlite.org/changes.html
History
Date User Action Args
2020-05-13 18:52:51iljausetrecipients: + iljau
2020-05-13 18:52:51iljausetmessageid: <[email protected]>
2020-05-13 18:52:51iljaulinkissue40617 messages
2020-05-13 18:52:50iljaucreate