Skip to content

Commit

Permalink
wrong sequence name used
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 21, 2008
1 parent be872ac commit 7b6a748
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -269,7 +269,7 @@ private TriggerHistory makeTableSyncAuditId(final String pk, final String col) {
+ "' , '"
+ pk
+ "','a','b','c',1,'T',current_timestamp)";
long key = dbDialect.insertWithGeneratedKey(sql, "sym_trigger_his_ger_hist_id_seq");
long key = dbDialect.insertWithGeneratedKey(sql, "sym_trigger_his_ger_hist_id");
TriggerHistory audit = new TriggerHistory(TABLE_NAME, pk, col);
audit.setTriggerHistoryId((int) key);
return audit;
Expand Down

0 comments on commit 7b6a748

Please sign in to comment.