Skip to content

Commit

Permalink
0004354: MsSql - create trigger fails when keys contain spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 23, 2020
1 parent 1e3922b commit 7db65c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1254,7 +1254,7 @@ protected String getPrimaryKeysUpdatedString(Table table) {
} else {
sb.append("(");
}
sb.append(" UPDATE(").append(primaryKey).append(") ");
sb.append(" UPDATE(\"").append(primaryKey).append("\") ");
}
if(sb.length() > 0) {
sb.append(")");
Expand Down

0 comments on commit 7db65c5

Please sign in to comment.