[Mono-bugs] [Bug 74802][Wis] New - DataView does not update when underlying data is changed
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 2 May 2005 18:06:42 -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 eto@shaw.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=74802
--- shadow/74802 2005-05-02 18:06:42.000000000 -0400
+++ shadow/74802.tmp.12562 2005-05-02 18:06:42.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 74802
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: gentoo
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: eto@shaw.ca
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DataView does not update when underlying data is changed
+
+Description of Problem:
+If you create a DataView on a table filtering by row state, then update the
+table's rows, the DataView does not reflect those changes.
+
+Steps to reproduce the problem:
+1. Unzip attached repro sample
+2. Run it
+
+Actual Results:
+Infinate loop
+
+Expected Results:
+Shows three rows, one deleted, one modified, and one added record
+
+How often does this happen?
+Every time
+
+Additional Information:
+I think there is also another problem, you cannot access the row's values
+from the DataRowView for a deleted row, but you can in MS.NET. This is
+required so that when you update the DB you know what row is deleted.. I
+can enter a new bug report if necessary, but you can use the same test to
+repro that as well.