提交 aee9a9cd authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 6cc6ec8b
......@@ -175,8 +175,9 @@ public class Replace extends Prepared {
}
private int update(Row row) {
// if there is no valid primary key, the statement degenerates to an INSERT
if (update == null){
// if there is no valid primary key,
// the statement degenerates to an INSERT
if (update == null) {
return 0;
}
ArrayList<Parameter> k = update.getParameters();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论