Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Releases: slamdata/purescript-sql-squared

v0.8.4

23 Oct 17:09
Compare
Choose a tag to compare

v0.8.3

19 Oct 18:43
Compare
Choose a tag to compare
  • replace old project names with new one (@safareli)

v0.8.2

11 Sep 20:07
Compare
Choose a tag to compare
  • Fix casing of variables that are also keywords

v0.8.1

30 Aug 19:53
Compare
Choose a tag to compare

Fixes backtracking issues with the foo.* operator and union all.

v0.8.0

02 Aug 22:15
Compare
Choose a tag to compare
  • Tracks token positions for errors
  • Better errors
  • More robust parsing and printing

v0.7.5

27 Jul 16:21
Compare
Choose a tag to compare
  • Fixes greedy keyword lexing

v0.7.4

26 Jul 17:20
Compare
Choose a tag to compare

Fix JOIN parsing

v0.7.3

19 Jul 19:02
Compare
Choose a tag to compare

Fix EXISTS parser.

v0.7.2

19 Jul 16:53
Compare
Choose a tag to compare

Fix parsers for IN and NOT.

v0.7.1

05 Jul 20:11
Compare
Choose a tag to compare
  • Underscores are not allowed in unescaped identifiers.