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:
Michael Dick 2008-05-08 23:38:21 +00:00
parent b585833c0c
commit df0902d4cf
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;