[New-bugs-announce] [issue40617] sqlite3: expose sqlite3_create_window_function

Ilja Umov report at bugs.python.org
Wed May 13 14:52:51 EDT 2020


New submission from Ilja Umov <ilja.umov at gmail.com>:

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

----------
components: Library (Lib)
messages: 368794
nosy: Ilja Umov
priority: normal
severity: normal
status: open
title: sqlite3: expose sqlite3_create_window_function
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40617>
_______________________________________


More information about the New-bugs-announce mailing list