[Mono-bugs] [Bug 62948][Maj] Changed - [PATCH] SqlClient fails to connect to SqlServer dataources.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 Aug 2004 18:08:40 -0400 (EDT)


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 grompf@sublimeintervention.com.

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

--- shadow/62948	2004-08-13 18:07:40.000000000 -0400
+++ shadow/62948.tmp.13861	2004-08-13 18:08:40.000000000 -0400
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Mac OS X 10.3
 OS Details: 10.3.x
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: Sys.Data.SqlClient
 AssignedTo: rodrigo@novell.com                            
 ReportedBy: dru@satori-assoc.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: SqlClient fails to connect to SqlServer dataources.
+Summary: [PATCH] SqlClient fails to connect to SqlServer dataources.
 
 Please fill in this template when reporting a bug, unless you know what you are doing.
 Description of Problem:
 
 
 Steps to reproduce the problem:
@@ -49,6 +49,12 @@
 
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-08-13 18:07 -------
 Created an attachment (id=9082)
 proposed patch
 
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-08-13 18:08 -------
+This is an endian issue; the BitConverter returns things in native byte ordering; as a result 
+we need to check all ints etc and swap them as needed.
+
+Please review the attached patch; if approved I'll commit.