Skip to content

Commit

Permalink
0003714: Stream row with large number of columns on DB2
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Sep 10, 2018
1 parent 6e8820b commit f89429e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ public Db2zOsTriggerTemplate(ISymmetricDialect symmetricDialect) {
" INSERT into $(defaultSchema)$(prefixName)_data \n"+
" (table_name, event_type, trigger_hist_id, pk_data, channel_id, transaction_id, source_node_id, external_data, create_time) \n"+
" VALUES('$(targetTableName)', 'R', $(triggerHistoryId), \n"+
" $(oldKeys), \n"+
" $(newKeys), \n"+
" $(channelExpression), \n"+
" $(txIdExpression), \n"+
" $(sourceNodeExpression), \n"+
Expand Down

0 comments on commit f89429e

Please sign in to comment.