New submission from Ilja Umov <ilja.u...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue40617> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com