[Mono-bugs] [Bug 50582][Maj] Changed - DataTable - Select skips on DataViewRowState is None

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Nov 2003 21:43:39 -0500 (EST)


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 ximian@aksi.mdamt.net.

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

--- shadow/50582	2003-11-05 03:50:35.000000000 -0500
+++ shadow/50582.tmp.15324	2003-11-05 21:43:39.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 50582
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Major
 Component: System.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ximian@aksi.mdamt.net               
 QAContact: mono-bugs@ximian.com
@@ -50,6 +50,9 @@
 sending a DataViewRowState.None to the Select method they also return
 an empty array. So I think this is the correct behavior and not a bug,
 and the patch does not fix it.
 
 The problem is in DataView. It initialize RowStateFilter to None
 instead of CurrenRow. I fixed it and commited the change to CVS.
+
+------- Additional Comments From ximian@aksi.mdamt.net  2003-11-05 21:43 -------
+thanks. I'll close the report then