From: <leg...@at...> - 2003-11-21 16:10:24
|
Message: The following issue has been closed. Resolver: Gavin King Date: Fri, 21 Nov 2003 10:09 AM Thanks, I applied this patch --------------------------------------------------------------------- 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: Closed Priority: Major Resolution: FIXED Project: Hibernate2 Components: core Fix Fors: 2.1 rc1 Versions: 2.1 beta 6 Assignee: Reporter: Bertrand Renuart Created: Fri, 21 Nov 2003 8:27 AM Updated: Fri, 21 Nov 2003 10:09 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 |