File tree Expand file tree Collapse file tree 4 files changed +107
-88
lines changed Expand file tree Collapse file tree 4 files changed +107
-88
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ v1.4.6
6
+ ======
7
+ :Date: July 31, 2023
8
+
9
+ In this release, we finally reach the milestone to make all sqlparse only test cases passed with sqlfluff implementation.
10
+ That's a big step in ultimately deprecating sqlparse. Also by upgrading to latest version of sqlfluff (with our PR merged),
11
+ we enjoy the benefits of improved sqlfluff performance when parsing some SQLs with nested query pattern.
12
+
13
+ Enhancement
14
+ -------------
15
+ * Improve sqlfluff Performance Issue on Nested Query Pattern (`#348 <https://github.com/reata/sqllineage/issues/348 >`_)
16
+ * Reduce sqlparse only test cases (`#347 <https://github.com/reata/sqllineage/issues/347 >`_)
17
+
18
+ Bugfix
19
+ -------------
20
+ * Missing Source Table for MERGE statement when UNION involved in source subquery (`#406 <https://github.com/reata/sqllineage/issues/406 >`_)
21
+ * Column lineage does not work for CAST to Parameterized Data Type (`#329 <https://github.com/reata/sqllineage/issues/329 >`_)
22
+ * Can't handle parenthesized from clause (`#278 <https://github.com/reata/sqllineage/issues/278 >`_)
23
+
5
24
v1.4.5
6
25
======
7
26
:Date: July 2, 2023
Original file line number Diff line number Diff line change 2
2
3
3
4
4
NAME = "sqllineage"
5
- VERSION = "1.4.5 "
5
+ VERSION = "1.4.6 "
6
6
DEFAULT_LOGGING = {
7
7
"version" : 1 ,
8
8
"disable_existing_loggers" : False ,
You can’t perform that action at this time.
0 commit comments