mirror of https://github.com/apache/openjpa.git
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:
parent
f799db34a2
commit
216220067c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue