[Mono-bugs] [Bug 75714][Wis] New - SqlParameter for "insert" stored proc passes uniqueidentifier with wrong byte order

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 4 15:39:36 EDT 2005


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 worden341 at gmail.com.

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

--- shadow/75714	2005-08-04 15:39:36.000000000 -0400
+++ shadow/75714.tmp.9779	2005-08-04 15:39:36.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 75714
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Linux 2.2.20; Ubuntu Hoary; mono 1.1.8
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data.SqlClient
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: worden341 at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SqlParameter for "insert" stored proc passes uniqueidentifier with wrong byte order
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+For a SqlCommand of CommandType=StoredProcedure, where the stored procedure
+inserts a uniqueidentifier into a new row, a SqlParameter passes the value
+with some of the bytes in the wrong order.
+
+Steps to reproduce the problem:
+See test case.
+
+Actual Results:
+78563412-3412-3412-1234-1234567890ab
+
+Expected Results:
+12345678-1234-1234-1234-1234567890ab
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list