Skip to content

Commit

Permalink
0003133: Stream rows. Fix bug in DB2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 3, 2017
1 parent 3bbb958 commit f57342b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -68,7 +68,6 @@ public Db2TriggerTemplate(ISymmetricDialect symmetricDialect) {
" $(custom_on_insert_text) \n"+
" END " );

sqlTemplates = new HashMap<String,String>();
sqlTemplates.put("insertReloadTriggerTemplate" ,
"CREATE TRIGGER $(schemaName)$(triggerName) \n"+
" AFTER INSERT ON $(schemaName)$(tableName) \n"+
Expand Down

0 comments on commit f57342b

Please sign in to comment.