Skip to content

Releases: hackolade/sql-select-statement-parser

v0.0.22

11 Jun 10:19
4d4c042
Compare
Choose a tag to compare

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

02 Aug 12:04
4b2cd0a
Compare
Choose a tag to compare

What's Changed

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

v0.0.20

14 Jun 07:54
361fa38
Compare
Choose a tag to compare
reinstall antlr library (#10)

* reinstall antlr library

* bump version

v0.0.19

17 May 15:39
4526e11
Compare
Choose a tag to compare

Setup eslint
Fix reported issues

What's Changed

New Contributors

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

v0.0.18

12 Dec 09:45
a32884b
Compare
Choose a tag to compare

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

08 Dec 15:29
Compare
Choose a tag to compare

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

v0.0.15

08 Dec 08:15
344ab55
Compare
Choose a tag to compare

Added support of SELECT * FROM SELECT ... subqueries

v0.0.14

01 Dec 15:39
a10c6a0
Compare
Choose a tag to compare

Added support for UNPIVOT, TIMESTAMP_NTZ tokens for Snowflake

v0.0.13

30 Nov 10:43
e685e9a
Compare
Choose a tag to compare

Added support for the JSON path Snowflake syntax

v0.0.12

07 Nov 11:38
51674eb
Compare
Choose a tag to compare

Added support for Snowflake QUALIFY clause