Releases: hackolade/sql-select-statement-parser
Releases · hackolade/sql-select-statement-parser
v0.0.22
11 Jun 10:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.0.20
14 Jun 07:54
Compare
Sorry, something went wrong.
No results found
reinstall antlr library (#10)
* reinstall antlr library
* bump version
v0.0.19
17 May 15:39
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added support of underscore identifiers
Fixed issue with handling subquery select statement if there are join statements
v0.0.15
08 Dec 08:15
Compare
Sorry, something went wrong.
No results found
Added support of SELECT * FROM SELECT ... subqueries
v0.0.14
01 Dec 15:39
Compare
Sorry, something went wrong.
No results found
Added support for UNPIVOT, TIMESTAMP_NTZ tokens for Snowflake
v0.0.13
30 Nov 10:43
Compare
Sorry, something went wrong.
No results found
Added support for the JSON path Snowflake syntax
v0.0.12
07 Nov 11:38
Compare
Sorry, something went wrong.
No results found
Added support for Snowflake QUALIFY clause