Skip to content

Commit

Permalink
0001602: Allow old source values to be accessible to other column tra…
Browse files Browse the repository at this point in the history
…nsforms than just copy column
  • Loading branch information
mhanes committed Feb 25, 2014
1 parent 52e6a98 commit d2a23aa
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -43,7 +43,8 @@ public boolean isLoadColumnTransform() {
}

public String transform(IDatabasePlatform platform, DataContext context,
TransformColumn column, TransformedData data, Map<String, String> sourceValues, String newValue, String oldValue) {
TransformColumn column, TransformedData data, Map<String, String> sourceValues, String newValue, String oldValue)
throws IgnoreColumnException, IgnoreRowException {
return newValue;
}

Expand Down

0 comments on commit d2a23aa

Please sign in to comment.