Skip to content

Commit

Permalink
0003258: DB2 support for transaction id
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Oct 6, 2017
1 parent f83f15f commit eb2c150
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -171,9 +171,9 @@ public String getSyncTriggersExpression() {
@Override
public String getTransactionTriggerExpression(String defaultCatalog, String defaultSchema, Trigger trigger) {
if (this.getParameterService().is(ParameterConstants.DB2_CAPTURE_TRANSACTION_ID, false)) {
return "null";
} else {
return "sym_transactionid()";
} else {
return "null";
}
}

Expand Down

0 comments on commit eb2c150

Please sign in to comment.