penberg / limbo

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

Support the use of Aggregate Functions in Scalar Functions #195

Open JeanArhancet opened 1 month ago

JeanArhancet commented 1 month ago

The current implementation lacks support for utilizing aggregate functions within scalar functions, such as in the query select length(max(id));

JeanArhancet commented 3 weeks ago

I would like to work on this PR.