Skip to content

v1.5.0

Choose a tag to compare

@appland-release appland-release released this 16 Feb 17:44
· 3 commits to master since this release

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)