Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-486
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-486
Summary: String padded with \0 when using type="text"
Type: Bug
Status: Unassigned
Priority: Major
Project: Hibernate2
Components:
core
Versions:
2.1 beta 6
Assignee:
Reporter: Bertrand Renuart
Created: Fri, 21 Nov 2003 8:27 AM
Updated: Fri, 21 Nov 2003 8:27 AM
Description:
Hibernate returns string padded with trailing \0 when mapped using type TEXT:
<property name="name" type="text">
Problem is located in net.sf.hibernate.type.TextType - buffer used to read data is added to the string under construction without taking care of the amount of data read.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|