mirror of https://github.com/apache/openjpa.git
OPENJPA-427 Change maxAutoAssignNameLength to 63 for PostgreSQL
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@595383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80269d0f19
commit
4a8d0b798b
|
@ -98,6 +98,7 @@ public class PostgresDictionary
|
||||||
maxColumnNameLength = 63;
|
maxColumnNameLength = 63;
|
||||||
maxIndexNameLength = 63;
|
maxIndexNameLength = 63;
|
||||||
maxConstraintNameLength = 63;
|
maxConstraintNameLength = 63;
|
||||||
|
maxAutoAssignNameLength = 63;
|
||||||
schemaCase = SCHEMA_CASE_LOWER;
|
schemaCase = SCHEMA_CASE_LOWER;
|
||||||
rangePosition = RANGE_POST_LOCK;
|
rangePosition = RANGE_POST_LOCK;
|
||||||
requiresAliasForSubselect = true;
|
requiresAliasForSubselect = true;
|
||||||
|
|
Loading…
Reference in New Issue