[Mono-bugs] [Bug 73967][Nor] Changed - System.Data.OdbcDataReader.GetString() returns extra characters
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Mar 2005 10:35:01 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by tsureshkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73967
--- shadow/73967 2005-03-24 10:33:48.000000000 -0500
+++ shadow/73967.tmp.13734 2005-03-24 10:35:01.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73967
Product: Mono: Class Libraries
Version: 1.1
OS: Mac OS X 10.3
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: tsureshkumar@novell.com
ReportedBy: dru@druware.com
QAContact: mono-bugs@ximian.com
@@ -66,6 +66,12 @@
------- Additional Comments From danielmorgan@verizon.net 2005-03-22 19:20 -------
a CHAR data type pads with spaces. So, if a column has a size of 16
and the value you insert or update is 5, it will be be right padded
with 11 spaces. a VARCHAR data type does not pad with spaces.
+
+------- Additional Comments From tsureshkumar@novell.com 2005-03-24 10:35 -------
+The exception has been lately fixed after 1.1.4 release. It will be
+coming in 1.1.5 release.
+
+The string length is now fixed in svn head.