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 erlendaasland
Recipients berker.peksag, erlendaasland, iljau
Date 2020-05-25.06:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590389086.23.0.624878075914.issue40617@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-25 06:44:46erlendaaslandsetrecipients: + erlendaasland, berker.peksag, iljau
2020-05-25 06:44:46erlendaaslandsetmessageid: <1590389086.23.0.624878075914.issue40617@roundup.psfhosted.org>
2020-05-25 06:44:46erlendaaslandlinkissue40617 messages
2020-05-25 06:44:46erlendaaslandcreate