-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Description
I know the approach in difftastic is tree-based diff, so "intra-line" and "word-diff" might not be the right terms, however, it would be nice to see the modifications within the lines. For instance: function call added, or operand added, or variable name change.
For instance, see line 514 in #32:
@@ -511,20 +511,21 @@ create or replace package body rte_data_capture is
from table(vars.all_columns) c,
(select column_value data_field from table(vars.oldnew_columns)
union
- select column_value data_field from table(vars.change_tracker_columns)) cv
+ select column_name data_field from table(vars.change_tracker_columns)) cvcolumn_value -> column_name is puzzling to spot in difftastic
Metadata
Metadata
Assignees
Labels
No labels