Skip to content

v1.5.1

Compare
Choose a tag to compare
@reata reata released this 04 Feb 14:02
· 31 commits to master since this release
fb37edc

This is a bugfix release mostly driven by community contributors. Thanks everyone for making SQLLineage better.

Enhancement

Bugfix

  • Not fully processed top-level subquery in DML (#564) @maoxingda
  • Missing target table with tsql parsing into statements with union (#562) @reata
  • The second and subsequent case when subqueries in the select_clause are not correctly recognized (#559) @maoxingda
  • SQLLineageConfig boolean value returns True for all non-empty strings (#551) @maoxingda
  • Column lineage does not traverse through CTE containing uppercase letters (#531) @reata