v0.1.3
Pre-release
Pre-release
A proper expression parser that supports compound conditions like (a = 1 or a = 2) and b = 3
. The formatter in Spell is updated accordingly.
- Fix:
select distict foo from table
; - Fix:
where (a = 1 or a = 2) and b = 3
; - Docs: a syntax table to provide a better glance over the querying ability.