[Mono-bugs] [Bug 72426][Maj] Changed - Cannot filter by Guid type columns in a DataView

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Feb 2005 14:37:20 -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 eto@shaw.ca.

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

--- shadow/72426	2005-02-10 05:22:14.000000000 -0500
+++ shadow/72426.tmp.18061	2005-02-10 14:37:20.000000000 -0500
@@ -53,6 +53,11 @@
 
 ------- Additional Comments From atsushi@ximian.com  2005-02-10 05:22 -------
 After the fix for #72421, I could not reproduce this problem (what I
 did was to change the type of "parent_key" from int to Guid and set
 identica value to parent and child tables). Do you still have this
 problem? Please post repro code if you have.
+
+------- Additional Comments From eto@shaw.ca  2005-02-10 14:37 -------
+Hi, yes.. after that fix, that part works fine, but it does not use 
+the RowFilter anymore.  There is still a problem when filtering a 
+Guid column with the rowfilter.  I will attach a sample.