[Mono-bugs] [Bug 72421][Nor] Changed - DataRowView.CreateChildView is not fully implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Feb 2005 04:59:33 -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 atsushi@ximian.com.

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

--- shadow/72421	2005-02-09 20:05:22.000000000 -0500
+++ shadow/72421.tmp.10255	2005-02-10 04:59:33.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72421
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: Gentoo
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: eto@shaw.ca               
 QAContact: mono-bugs@ximian.com
@@ -61,6 +61,13 @@
 I have attached a patch that makes it work properly (for me).  It is 
 a little hackey, but should work better than what's there.
 
 Also note, that in my code I use GUID's for the keys which doesn't 
 work with this code yet, but is a separate problem (reported 
 already).
+
+------- Additional Comments From atsushi@ximian.com  2005-02-10 04:59 -------
+I think I fixed this bug. Actually my approach was to add another
+.ctor() in DataView that takes DataRow[]. For those DataViews created
+by CreateChildView(), they don't show Sort, RowFilter and so on
+expectedly under MS.NET, so I think this fix would be enough. Thanks
+for the repro code and patch.