[Mono-bugs] [Bug 78610][Blo] New - DataView.Count is not zero after clearing the DataTable.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 13 02:41:42 EDT 2006
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 anagappan at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78610
--- shadow/78610 2006-07-13 02:41:42.000000000 -0400
+++ shadow/78610.tmp.2183 2006-07-13 02:41:42.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 78610
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: 040 One week
+Priority: Blocker
+Component: Sys.Data
+AssignedTo: tsenganal at novell.com
+ReportedBy: itaibh at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DataView.Count is not zero after clearing the DataTable.
+
+Description of Problem:
+After clearing a datatable with the Clear command, the count of the rows in
+the corresponding DataView is not zero.
+
+See attached demo for reproduction.
+
+------- Additional Comments From itaibh at gmail.com 2006-06-08 04:30 -------
+Created an attachment (id=17159)
+A test showing the problem described above. Works on Windows.NET framework, but not in Mono.
+
+
+------- Additional Comments From anagappan at novell.com 2006-07-13 02:41 -------
+Created an attachment (id=17293)
+Patch to trigger the list changed event and clear the list
+
More information about the mono-bugs
mailing list