Skip to content

v1.4.9

Compare
Choose a tag to compare
@reata reata released this 10 Dec 13:55
· 54 commits to master since this release
234d80f

This is a bugfix release where we closed a bunch of issues concerning CTE and UNION

Bugfix

  • Not Using Column Name Specified in Query For CTE within Query (#486)
  • CTE (Common Table Expressions) within CTE (#484)
  • lineage inaccurate when CTE used in subquery (#476)
  • UNION ALL Queries resolves column lineage incorrectly (#475)
  • Missing table when parsing sql with UNION ALL (#466)
  • No target tables in UPDATE statement using CTE (#453)