Skip to content

v1.4.6

Compare
Choose a tag to compare
@reata reata released this 30 Jul 16:14
· 98 commits to master since this release
81627c7

In this release, we finally reach the milestone to make all sqlparse only test cases passed with sqlfluff implementation.
That's a big step in ultimately deprecating sqlparse. Also by upgrading to latest version of sqlfluff (with our PR merged),
we enjoy the benefits of improved sqlfluff performance when parsing some SQLs with nested query pattern.

Enhancement

  • Improve sqlfluff Performance Issue on Nested Query Pattern (#348)
  • Reduce sqlparse only test cases (#347)

Bugfix

  • Missing Source Table for MERGE statement when UNION involved in source subquery (#406)
  • Column lineage does not work for CAST to Parameterized Data Type (#329)
  • Can't handle parenthesized from clause (#278)