mirror of https://github.com/apache/openjpa.git
OPENJPA-2879 fix
This commit is contained in:
parent
e5933d6aee
commit
1c6a6014a0
|
@ -793,6 +793,7 @@ public class Column extends ReferenceCounter {
|
|||
case Types.VARCHAR:
|
||||
case Types.CLOB:
|
||||
case Types.BLOB:
|
||||
case Types.SQLXML:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue