Skip to content

v0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cyjake cyjake released this 17 Dec 16:54

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.