[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 15:13:42 -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-10 15:10:33.000000000 -0500
+++ shadow/72426.tmp.19032 2005-02-10 15:13:42.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72426
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Gentoo
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Data
AssignedTo: atsushi@ximian.com
ReportedBy: eto@shaw.ca
QAContact: mono-bugs@ximian.com
@@ -95,6 +95,9 @@
MS.NET does allow you to filter by Guid in a DataView though. They
probably do not rely (entirely) on the Convert and IConvertible to
compare types for the RowFilter. Unfortunately, I'm not sure what
should be changed to do it properly..
Thanks!
+
+------- Additional Comments From atsushi@ximian.com 2005-02-10 15:13 -------
+Yes, it was pure sys.data bug. And now fixed in svn. Thanks.