Releases: hackolade/sql-select-statement-parser
Releases · hackolade/sql-select-statement-parser
v0.0.11
Added support for Jinja quotes syntax
v0.0.10
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
Improved support of the Oracle SQL dialect
v0.0.8
Fix issue with incorrect fieldReferences format
v0.0.7
Fixed parsing select items for expressions without alias
v0.0.6
Fixed parsing of "<>" operator
Fixed parsing of binary expressions without alias
v0.0.5
Fixed an issue with a missing name for items with * (ex: SELECT table.* from test
);
Added tests
v0.0.4
Added additional information for columns
v0.0.3
Added fieldReferences for expressions in selectItems.
Reduced package size
v0.0.2
Fix removing quotes for aliases