Skip to content

Commit

Permalink
0003244: AS400 support for versions less than 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Aug 31, 2017
1 parent 4fa55af commit f6d2a4f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public String getSyncTriggersExpression() {

@Override
public String getSourceNodeExpression() {
return supportsGlobalVariables ? super.getSourceNodeExpression() : "";
return supportsGlobalVariables ? super.getSourceNodeExpression() : "null";
}

@Override
Expand Down

0 comments on commit f6d2a4f

Please sign in to comment.