Skip to content

Commit

Permalink
0002467: Issue 0002367 broke insert transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Dec 10, 2015
1 parent 9dbc726 commit c9a0ff5
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -317,6 +317,8 @@ protected boolean perform(DataContext context, TransformedData data,
TargetDmlAction targetAction = null;
switch (data.getTargetDmlType()) {
case INSERT:
targetAction = TargetDmlAction.INS_ROW;
break;
case UPDATE:
targetAction = transformation.evaluateTargetDmlAction(context, data);
break;
Expand Down

0 comments on commit c9a0ff5

Please sign in to comment.