JIRA OPENJPA-90

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@487605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
A. Abram White 2006-12-15 18:00:30 +00:00
parent f48441c17a
commit 87b5ae1f4f
1 changed files with 2 additions and 2 deletions

View File

@ -2920,8 +2920,8 @@ public class DBDictionary
int delActionId = fk.getDeleteAction();
if (delActionId == ForeignKey.ACTION_NULL) {
for (int i = 0; i < foreigns.length; i++) {
if (foreigns[i].isNotNull())
for (int i = 0; i < locals.length; i++) {
if (locals[i].isNotNull())
delActionId = ForeignKey.ACTION_NONE;
}
}