Erlend Egeberg Aasland <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue40617> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
