mirror of https://github.com/apache/openjpa.git
OPENJPA-594 committing patch provided by Dinkar Rao
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@654652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b585833c0c
commit
df0902d4cf
|
@ -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