OPENJPA-594:

Setting Informix schema separator to ':'
Submitted By: Jody Grassel based on patch by Dinkar Rao

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@799685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-07-31 18:38:07 +00:00
parent f799db34a2
commit 216220067c
1 changed files with 0 additions and 3 deletions

View File

@ -96,9 +96,6 @@ public class InformixDictionary
maxIndexNameLength = 18;
maxConstraintNameLength = 18;
// Informix uses a non-standard ":" to separate schema and table names
catalogSeparator = ":";
// informix supports "CLOB" type, but any attempt to insert
// into them raises: "java.sql.SQLException: Can't convert fromnull"
useGetStringForClobs = true;