Skip to content

Commit

Permalink
Merge branch '3.9' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.9
  • Loading branch information
erilong committed Sep 21, 2018
2 parents f7914da + 1c55737 commit a2096c0
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -47,5 +47,10 @@ protected int verifyArgType(Object arg, int argType) {
return super.verifyArgType(arg, argType);
}
}

@Override
public String getSelectLastInsertIdSql(String sequenceName) {
return "select last_insert_id()";
}

}

0 comments on commit a2096c0

Please sign in to comment.