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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 23:19:16 -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 sumadevi@novell.com.

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

--- shadow/45843	2003-07-04 11:57:35.000000000 -0400
+++ shadow/45843.tmp.31155	2004-01-20 23:19:16.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 45843
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 2000
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: System
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: sumadevi@novell.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
@@ -19,6 +19,9 @@
 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.
+
+------- Additional Comments From sumadevi@novell.com  2004-01-20 23:19 -------
+Fix has been checked into CVS