Joined: Wed Apr 05, 2006 5:58 pm Posts: 13
|
Hibernate version: 3.2.0
Mapping documents:
<property name="value" access="field" >
<column name="property_value" length="32000" sql-type="lvarchar"/>
</property>
Name and version of the database you are using: Informix 10
When i attempt to update the value field as specified above to a string containing more than 2048 characters, the extras are truncated. I think i've exhausted all the mapping document options.
Any thoughts on why this is the case? What can I do to keep it from truncating? Do I have to implement a custom UserType? WIll that be able to handle my problem?
Thanks
|
|