[Mono-bugs] [Bug 75123][Nor] Changed - [PATCH] GetChanges() throws NoNullAllowedException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jun 5 03:41:24 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 atsushi at ximian.com.

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

--- shadow/75123	2005-06-05 03:14:59.000000000 -0400
+++ shadow/75123.tmp.12568	2005-06-05 03:41:24.000000000 -0400
@@ -10,13 +10,12 @@
 Component: Sys.Data
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: george.barbarosie at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [PATCH] GetChanges() throws NoNullAllowedException
 
 This applies for Mono Class Libraries SVN trunk version.
 
 Execute following sample:
 
@@ -137,6 +136,11 @@
 -                       copyTable.Rows.Add (newRow);
 +                       copyTable.Rows.AddInternal (newRow);
                         row.CopyValuesToRow (newRow);
                         newRow.XmlRowID = row.XmlRowID;
                         addedRows.Add (row,row);
 
+
+------- Additional Comments From atsushi at ximian.com  2005-06-05 03:41 -------
+Suresh: can you please review the patch? This bug is reproducible w/o
+GetXml() and am not so sure how today's
+DataRowCollection.AddInternal() works.


More information about the mono-bugs mailing list