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

`.schema` command crashes because of unsupported `InList` expression #212

Closed penberg closed 1 month ago

penberg commented 1 month ago
$ cargo run testing/testing.db
Welcome to Limbo SQL shell!
> .schema
Error: Error querying schema: Parse error: unsupported expression: InList { lhs: Id(Id("type")), not: false, rhs: Some([Literal(String("'table'")), Literal(String("'index'"))]) }