[Mono-bugs] [Bug 72426][Maj] New - Cannot filter by Guid type columns in a DataView
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 16:25:53 -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-09 16:25:53.000000000 -0500
+++ shadow/72426.tmp.1115 2005-02-09 16:25:53.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 72426
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Gentoo
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: eto@shaw.ca
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Cannot filter by Guid type columns in a DataView
+
+Description of Problem:
+If you have a DataTable with a Guid type column, you cannot filter by
+that column in the DataView.
+
+Steps to reproduce the problem:
+1. Create a DataTable with a Guid column
+2. Create a new DataView with a filter on that column
+
+Actual Results:
+Gives an error saying that the specified type cannot be compared
+
+Expected Results:
+DataView is constructed properly, and contains rows that match the given
+filter
+
+How often does this happen?
+Every Time
+
+Additional Information:
+Needed for application porting