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

`SELECT .. JOIN` support #110

Closed penberg closed 3 weeks ago

penberg commented 1 month ago

We now have WHERE clause support, which should be useful for implementing this.

jussisaurio commented 1 month ago

first pass here https://github.com/penberg/limbo/pull/143

penberg commented 3 weeks ago

@jussisaurio I think we can probably close this now that #204 is merged? Sure there may be bugs, but the bulk of joins is now done?

jussisaurio commented 3 weeks ago

Yeah I mean some weirdos use RIGHT JOIN etc so we need to do those too, but separate issues are probably fine for those