[Mono-bugs] [Bug 73967][Nor] Changed - System.Data.OdbcDataReader.GetString() returns extra characters

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Mar 2005 10:53:20 -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 dru@druware.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73967

--- shadow/73967	2005-03-22 10:21:09.000000000 -0500
+++ shadow/73967.tmp.8436	2005-03-22 10:53:20.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Mac OS X 10.3
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dru@druware.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,10 @@
 Additional Information:
 
 Using Mono 1.1.4 on Mac OS X 10.3.8 as the test platform, MS SQL Server as the server, Actual 
 Technologies ODBC driver for SQL Server.  The driver has been validated using the same query 
 sequence in VBA under Excel.  The results where duplicated on Mono 1.1.4 on Suse Linux 9.1 
 using the FreeTDS ODBC driver.  Both results used the iODBC driver layer.
+
+------- Additional Comments From dru@druware.com  2005-03-22 10:53 -------
+Further analysis shows that the extraneous characters are in fact ASCII 32, or SPACE 
+characters.  This behavior is consistent with .NET.