Un-did last command, since INDEX already existed in the reservedWordSet.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@450214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-09-26 21:23:00 +00:00
parent a55664495e
commit 9443b9f9bc
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class OracleDictionary
"ACCESS", "AUDIT", "CLUSTER", "COMMENT", "COMPRESS", "EXCLUSIVE",
"FILE", "IDENTIFIED", "INCREMENT", "INDEX", "INITIAL", "LOCK",
"LONG", "MAXEXTENTS", "MINUS", "MODE", "NOAUDIT", "NOCOMPRESS",
"NOWAIT", "OFFLINE", "ONLINE", "PCTFREE", "ROW", "INDEX",
"NOWAIT", "OFFLINE", "ONLINE", "PCTFREE", "ROW",
}));
}