Erlend Egeberg Aasland <erlend.aasl...@innova.no> added the comment:

Another possibility (instead of adding `sqlite3.create_window_function`) is to 
add a "windowed" parameter to `sqlite3.create_aggregate()`:

`sqlite3.create_aggregate(name, narg, aggregate, windowed=True`

Maybe that's a little bit cleaner regarding the Python interface.

----------

_______________________________________
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

Reply via email to