Skip to content

Releases: hackolade/sql-select-statement-parser

v0.0.11

22 Aug 14:53
5c50c0c
Compare
Choose a tag to compare

Added support for Jinja quotes syntax

v0.0.10

20 Dec 16:01
4e87dd6
Compare
Choose a tag to compare

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
Choose a tag to compare

Improved support of the Oracle SQL dialect

v0.0.8

24 May 12:54
Compare
Choose a tag to compare

Fix issue with incorrect fieldReferences format

v0.0.7

08 Apr 08:40
Compare
Choose a tag to compare

Fixed parsing select items for expressions without alias

v0.0.6

05 Apr 08:51
Compare
Choose a tag to compare

Fixed parsing of "<>" operator
Fixed parsing of binary expressions without alias

v0.0.5

03 Apr 19:11
Compare
Choose a tag to compare

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
Choose a tag to compare

Added additional information for columns

v0.0.3

23 Mar 20:27
Compare
Choose a tag to compare

Added fieldReferences for expressions in selectItems.
Reduced package size

v0.0.2

18 Mar 14:23
Compare
Choose a tag to compare

Fix removing quotes for aliases