提交 94520f3f authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation

上级 56b943f8
...@@ -5303,7 +5303,7 @@ public class Parser { ...@@ -5303,7 +5303,7 @@ public class Parser {
command.setConstraintName(constraintName); command.setConstraintName(constraintName);
return command; return command;
} else if (readIf("FOREIGN")) { } else if (readIf("FOREIGN")) {
// MySQL compatibility // MySQL compatibility
read("KEY"); read("KEY");
String constraintName = readIdentifierWithSchema(table String constraintName = readIdentifierWithSchema(table
.getSchema().getName()); .getSchema().getName());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论