8000 Releases · getappmap/sql-parser · GitHub
[go: up one dir, main page]

Skip to content

Releases: getappmap/sql-parser

v1.5.1

07 Mar 17:52

Choose a tag to compare

1.5.1 (2022-03-07)

Bug Fixes

  • Don't skip over spaces when parsing custom operators (b78a8a5)

v1.5.0

16 Feb 17:44

Choose a tag to compare

1.5.0 (2022-02-16)

Features

  • Allow bind parameters in SET statements (a7285c8)
  • Allow column aliases in SELECT ... AS (cb8dcd6)
  • Allow table.* star expressions in function calls (d6f50a5)
  • Parse array bounds in data types (22a417d)
  • Parse array intersection operator (c88095b)
  • Parse ARRAY(SELECT ...) expressions (a2689c1)
  • Parse ARRAY[element, element] expressions (4eccb85)
  • Parse function table column definitions (c0da196)
  • Parse LATERAL subqueries (74f7501)
  • Parse SQL SET statements (05e6e13)
  • Support FILTER (WHERE ...) clause for aggregate functions (14819b5)
  • Support OFFSET clause without LIMIT (f6916d9)

v1.4.0

12 Feb 16:45

Choose a tag to compare

1.4.0 (2022-02-12)

Bug Fixes

  • Fix precedence of DISTINCT, LIKE and similar operators (b56ca4b)
  • Move window clause down to select_parts_core production (a1dd21c)
  • Remove ROW from reserved word list (cdd2cd7)

Features

  • Parse ILIKE expressions (5669ed3)
  • Parse IS [NOT] DISTINCT FROM comparison operator (05d190d)
  • Parse SELECT ... FOR locking clause (5f7feb1)

v1.3.0

08 Feb 20:47

Choose a tag to compare

1.3.0 (2022-02-08)

Features

  • Parse array indices and slices (064291a)
  • Parse PostgreSQL SHOW statements (1ca2647)
  • Parse typed literals (3019f7f)

v1.2.0

04 Feb 16:29

Choose a tag to compare

1.2.0 (2022-02-04)

Features

  • Handle RETURNING clause (3f7e360)
  • Parse ORDER BY ... NULLS {FIRST,LAST} expressions (e2e8708)
  • Support parsing window functions (cd9fd6c)
  • Support WINDOW clauses in SELECT statements (2f8645c)

v1.1.1

09 Dec 15:52

Choose a tag to compare

1.1.1 (2021-12-09)

Bug Fixes

  • Rename to @appland/sql-parser (06a76fd)

v1.1.0

09 Dec 15:45

Choose a tag to compare

1.1.0 (2021-12-09)

Features

  • Add support for custom PostgreSQL operators (351cee3)
  • Add support for PostgreSQL-style casts (4eabd51)
0