[Mono-bugs] [Bug 36577][Nor] Changed - SqlDataReader.GetString() returns extra character.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 17 Jan 2003 02:15:44 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36577
--- shadow/36577 Fri Jan 10 14:13:07 2003
+++ shadow/36577.tmp.10657 Fri Jan 17 02:15:44 2003
@@ -1,17 +1,17 @@
Bug#: 36577
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System.Data.SqlClient
-AssignedTo: rodrigo@ximian.com
+AssignedTo: tim@timcoleman.com
ReportedBy: egonia@acxiom.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: SqlDataReader.GetString() returns extra character.
@@ -39,6 +39,10 @@
How often does this happen?
Additional Information:
Work around is to use TrimEnd(Convert.ToChar(0)) on returned string.
+
+------- Additional Comments From gonzalo@ximian.com 2003-01-17 02:15 -------
+Can you please provide a little test case?
+Thanks in advance.