mirror of https://github.com/apache/openjpa.git
'key' is a reserved word in Derby.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@592558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a710a30b54
commit
9b42c2d7a0
|
@ -63,7 +63,7 @@ public class DerbyDictionary
|
|||
"ALIAS", "BIGINT", "BOOLEAN", "CALL", "CLASS",
|
||||
"COPY", "DB2J_DEBUG", "EXECUTE", "EXPLAIN",
|
||||
"FILE", "FILTER", "GETCURRENTCONNECTION", "INDEX",
|
||||
"INSTANCEOF", "METHOD", "NEW", "OFF", "OUT", "PROPERTIES",
|
||||
"INSTANCEOF", "KEY", "METHOD", "NEW", "OFF", "OUT", "PROPERTIES",
|
||||
"PUBLICATION", "RECOMPILE", "REFRESH", "RENAME",
|
||||
"RUNTIMESTATISTICS", "STATEMENT", "STATISTICS",
|
||||
"TIMING", "WAIT", "XML",
|
||||
|
|
Loading…
Reference in New Issue