[Mono-bugs] [Bug 62948][Maj] Changed - [PATCH] SqlClient fails to connect to SqlServer dataources.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 26 Aug 2004 16:18:16 -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:08:55.000000000 -0400
+++ shadow/62948.tmp.23973 2004-08-26 16:18:15.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62948
Product: Mono: Class Libraries
Version: unspecified
OS: Mac OS X 10.3
OS Details: 10.3.x
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Data.SqlClient
AssignedTo: rodrigo@novell.com
ReportedBy: dru@satori-assoc.com
QAContact: mono-bugs@ximian.com
@@ -54,6 +54,10 @@
------- 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.
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-08-26 16:18 -------
+fixed in HEAD (approved by Uma and DanMorg on mono-list)
+