Message369851
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. |
|
| Date |
User |
Action |
Args |
| 2020-05-25 06:44:46 | erlendaasland | set | recipients:
+ erlendaasland, berker.peksag, iljau |
| 2020-05-25 06:44:46 | erlendaasland | set | messageid: <[email protected]> |
| 2020-05-25 06:44:46 | erlendaasland | link | issue40617 messages |
| 2020-05-25 06:44:46 | erlendaasland | create | |
|