Skip to content

Fix Squawk Ignore File Comment Bug + IDE Improvements

Choose a tag to compare

@sbdchd sbdchd released this 28 Feb 21:11
· 5 commits to master since this release
c1f6c7c

Added

  • ide: quick action for timestamp with out timezone to timestamptz (#976)
  • ide: goto def for create aggregate params (#972)
  • ide: hover/goto def for subquery w/ alias (#970)
  • ide: lateral joins, subqueries with table, hover aliases (#969)
  • ide: support table alias with column list (#968)

Fixed

  • linter: fix ignore comment not working with trailing content (#975)
  • ide: fix column name infer & related goto def (#977)
  • syntax: update ast with missing detach partition fields (#978)
  • ide: fix builtin aggregates being defined as functions (#971)
  • ci: fix arm musl build (#966)

Internal

  • ide: refactor hover to use goto def (#967)