penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

Implement total() aggregation function #119

Closed benclmnt closed 1 month ago

benclmnt commented 1 month ago
image

related: #93

penberg commented 1 month ago

Hey @Ramkarthik, does this PR fix https://github.com/penberg/limbo/issues/118?

benclmnt commented 1 month ago

@penberg probably not, will need another PR to address 118 specifically

Ramkarthik commented 1 month ago

Hey @benclmnt, please let me know if you're working on #118. If not, I will continue working on it.

benclmnt commented 1 month ago

@Ramkarthik I've created PR #119 . Could you help to review when you have time?