This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Releases: slamdata/purescript-sql-squared
Releases · slamdata/purescript-sql-squared
v0.8.4
v0.8.3
v0.8.2
- Fix casing of variables that are also keywords
v0.8.1
Fixes backtracking issues with the foo.*
operator and union all
.
v0.8.0
- Tracks token positions for errors
- Better errors
- More robust parsing and printing
v0.7.5
- Fixes greedy keyword lexing
v0.7.4
Fix JOIN
parsing
v0.7.3
Fix EXISTS
parser.
v0.7.2
Fix parsers for IN
and NOT
.
v0.7.1
- Underscores are not allowed in unescaped identifiers.