Releases: cyjake/leoric
Releases · cyjake/leoric
v0.1.3
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.
v0.1.2
v0.1.1
- Refactored spell chaining to allow automatic versioning. Now the spells can be reused without interfering each other.
- Finished English version on guides about basic, associations, and query interface.
- Fixed two bugs about select and where in join queries.