mirror of https://github.com/apache/openjpa.git
OPENJPA-320. Updated the resevered schema prefixes for DB2.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@566855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6cd259f310
commit
71f44f884e
|
@ -88,7 +88,8 @@ public class DB2Dictionary
|
|||
fixedSizeTypeNameSet.addAll(Arrays.asList(new String[]{
|
||||
"LONG VARCHAR FOR BIT DATA", "LONG VARCHAR", "LONG VARGRAPHIC",
|
||||
}));
|
||||
|
||||
systemSchemas = new String(
|
||||
"SYSCAT, SYSIBM, SYSSTAT, SYSIBMADM, SYSTOOLS");
|
||||
maxConstraintNameLength = 18;
|
||||
maxIndexNameLength = 18;
|
||||
maxColumnNameLength = 30;
|
||||
|
|
Loading…
Reference in New Issue