Skip to content

Releases: hackolade/sql-select-statement-parser

v0.0.22

Choose a tag to compare

@VitaliiBedletskyi VitaliiBedletskyi released this 11 Jun 10:19
4d4c042

What's Changed

  • Bump serialize-javascript and mocha
  • HCK-11511: add support for FULL OUTER JOIN and FLATTEN(<exp>)

Full Changelog: v0.0.21...v0.0.22

v0.0.21

Choose a tag to compare

@VitaliiBedletskyi VitaliiBedletskyi released this 02 Aug 12:04
4b2cd0a

What's Changed

Full Changelog: v0.0.20...v0.0.21

v0.0.20

Choose a tag to compare

@bigorn0 bigorn0 released this 14 Jun 07:54
361fa38
reinstall antlr library (#10)

* reinstall antlr library

* bump version

v0.0.19

Choose a tag to compare

@bigorn0 bigorn0 released this 17 May 15:39
4526e11

Setup eslint
Fix reported issues

What's Changed

New Contributors

Full Changelog: v0.0.18...v0.0.19

v0.0.18

Choose a tag to compare

@mtseluiko mtseluiko released this 12 Dec 09:45
a32884b

Added support of "+ INTERVAL '14 DAYS' days format
Fixed issue with incorrect detection of the root select statement when there are multiple subqueries

v0.0.17

Choose a tag to compare

@mtseluiko mtseluiko released this 08 Dec 15:29

Added support of underscore identifiers
Fixed issue with handling subquery select statement if there are join statements

v0.0.15

Choose a tag to compare

@mtseluiko mtseluiko released this 08 Dec 08:15
344ab55

Added support of SELECT * FROM SELECT ... subqueries

v0.0.14

Choose a tag to compare

@mtseluiko mtseluiko released this 01 Dec 15:39
a10c6a0

Added support for UNPIVOT, TIMESTAMP_NTZ tokens for Snowflake

v0.0.13

Choose a tag to compare

@mtseluiko mtseluiko released this 30 Nov 10:43
e685e9a

Added support for the JSON path Snowflake syntax

v0.0.12

Choose a tag to compare

@mtseluiko mtseluiko released this 07 Nov 11:38
51674eb

Added support for Snowflake QUALIFY clause