[Mono-bugs] [Bug 60052][Nor] Changed - DataRow.SetValuesFromDataRecord bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Jun 2004 07:25:12 -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 sumadevi@novell.com.

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

--- shadow/60052	2004-06-18 07:23:55.000000000 -0400
+++ shadow/60052.tmp.13695	2004-06-18 07:25:12.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60052
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Fedora Core 1
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: sumadevi@novell.com                            
 ReportedBy: carlosga@telefonica.net               
 QAContact: mono-bugs@ximian.com
@@ -141,6 +141,14 @@
 		{
 			Console.WriteLine("Fill error: {0}", args.Errors.ToString());
 		}
 	}
 }
 
+
+------- Additional Comments From sumadevi@novell.com  2004-06-18 07:25 -------
+DataContainer.cs - CheckedforNull before calling the relavant
+setmethods in each of the  SetItemForDataRecord method for all the
+*DataContainer classes.
+                                                                     
+                              
+