Releases: hackolade/sql-select-statement-parser
Releases · hackolade/sql-select-statement-parser
v0.0.11
22 Aug 14:53
Compare
Sorry, something went wrong.
No results found
Added support for Jinja quotes syntax
v0.0.10
20 Dec 16:01
Compare
Sorry, something went wrong.
No results found
Fixed issue with parsing character varying
fixed issue with parsing null casted to some type
Fixed issue with parsing DISTINCT in function call
v0.0.9
12 Jul 09:24
Compare
Sorry, something went wrong.
No results found
Improved support of the Oracle SQL dialect
v0.0.8
24 May 12:54
Compare
Sorry, something went wrong.
No results found
Fix issue with incorrect fieldReferences format
v0.0.7
08 Apr 08:40
Compare
Sorry, something went wrong.
No results found
Fixed parsing select items for expressions without alias
v0.0.6
05 Apr 08:51
Compare
Sorry, something went wrong.
No results found
Fixed parsing of "<>" operator
Fixed parsing of binary expressions without alias
v0.0.5
03 Apr 19:11
Compare
Sorry, something went wrong.
No results found
Fixed an issue with a missing name for items with * (ex: SELECT table.* from test);
Added tests
v0.0.4
24 Mar 13:30
Compare
Sorry, something went wrong.
No results found
Added additional information for columns
v0.0.3
23 Mar 20:27
Compare
Sorry, something went wrong.
No results found
Added fieldReferences for expressions in selectItems.
Reduced package size
v0.0.2
18 Mar 14:23
Compare
Sorry, something went wrong.
No results found
Fix removing quotes for aliases