提交 b59e20db 编写于 作者: M Marc G. Fournier

From: plh@opim.uconn.edu

Missing = in an update
上级 dde2b66f
......@@ -423,7 +423,7 @@ check_foreign_key()
sprintf(sql, "update %s set ", relname);
for (i = 1; i <= nkeys; i++)
{
sprintf(sql + strlen(sql), "%s null%s",
sprintf(sql + strlen(sql), "%s = null%s",
args2[i], (i < nkeys) ? ", " : "");
}
strcat(sql, " where ");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册