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

`WHERE` clause logical operator support #123

Closed penberg closed 3 weeks ago

penberg commented 1 month ago

Let's add support for things like AND, OR, etc. in WHERE clauses

penberg commented 1 month ago

@Feilkin @jussisaurio FYI

Feilkin commented 1 month ago

on it 🫡

Feilkin commented 3 weeks ago

nvm this seems to have already been implemented?

penberg commented 3 weeks ago

Aah, you're right @Feilkin, fixed in 3a55f1ffa934b689fbd6f366f8b8af0fcb5fb026. Closing.

penberg commented 3 weeks ago

@Feilkin but please note that, for example, https://github.com/penberg/limbo/issues/154 is still open so i think there's still work to do on WHERE