提交 96904616 编写于 作者: S serge-rider

#10210 DELETE rule read fix

上级 1f796435
......@@ -96,11 +96,14 @@ public class OracleTableForeignKey extends OracleTableConstraintBase implements
switch (deleteRuleName) {
case "CASCADE":
this.deleteRule = DBSForeignKeyModifyRule.CASCADE;
break;
case "SET NULL":
this.deleteRule = DBSForeignKeyModifyRule.SET_NULL;
break;
case "NO ACTION":
default:
this.deleteRule = DBSForeignKeyModifyRule.NO_ACTION;
break;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册