mirror of https://github.com/apache/openjpa.git
OPENJPA-282 -- part two. No test case.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@570580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e959466d1d
commit
3fa609873b
|
@ -94,10 +94,10 @@ public class PostgresDictionary
|
||||||
// PostgreSQL requires double-escape for strings
|
// PostgreSQL requires double-escape for strings
|
||||||
searchStringEscape = "\\\\";
|
searchStringEscape = "\\\\";
|
||||||
|
|
||||||
maxTableNameLength = 31;
|
maxTableNameLength = 63;
|
||||||
maxColumnNameLength = 31;
|
maxColumnNameLength = 63;
|
||||||
maxIndexNameLength = 31;
|
maxIndexNameLength = 63;
|
||||||
maxConstraintNameLength = 31;
|
maxConstraintNameLength = 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