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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
