[Mono-bugs] [Bug 45843][Maj] New - different behaviour between mono & .net for system.guid and null vaule

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 4 Jul 2003 11:57:35 -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 m.canini@libero.it.

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

--- shadow/45843	Fri Jul  4 11:57:35 2003
+++ shadow/45843.tmp.5228	Fri Jul  4 11:57:35 2003
@@ -0,0 +1,24 @@
+Bug#: 45843
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 2000
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: m.canini@libero.it               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: different behaviour between mono & .net for system.guid and null vaule
+
+Description of Problem:
+if you have a datatable with a column of type system.guid, then you create 
+a row using NewRow method of DataTable and assgin a null value to the 
+column of type system.guid you will get an excepion telling you to use 
+DBNull.Value instead of null if using ms .net while mono will convert the 
+null to DBNull.Value automatically.