[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 05:22:14 -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=72426

--- shadow/72426	2005-02-09 20:20:15.000000000 -0500
+++ shadow/72426.tmp.10487	2005-02-10 05:22:14.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 72426
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: Gentoo
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Sys.Data
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: eto@shaw.ca               
@@ -47,6 +47,12 @@
 
 ------- Additional Comments From eto@shaw.ca  2005-02-09 20:20 -------
 I noticed the TypeCode enum does not have a Guid type in there, so 
 it should probably not be done this way (I have only done it this 
 way to make it work for me right now).
 
+
+------- 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.