penberg / limbo

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

Simplify `LIMIT 0` handling in translate_select() #116

Closed penberg closed 1 month ago

penberg commented 1 month ago

It's a special-case so let's make it special like SQLite does. Simplifies the logic in translate_select() quite a bit.