[Mono-bugs] [Bug 55503][Nor] New - DataTable.Select ignores "not" operator

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Mar 2004 08:11:50 -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 juraj@hotfeet.ch.

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

--- shadow/55503	2004-03-12 08:11:50.000000000 -0500
+++ shadow/55503.tmp.17419	2004-03-12 08:11:50.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 55503
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: juraj@hotfeet.ch               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataTable.Select ignores "not" operator
+
+Description of Problem:
+The "not" operator is not implemented in "ExpressionElement.cs" used by
+DataTable.Select.
+
+Steps to reproduce the problem:
+1. compile, run attached file
+
+Actual Results:
+1
+1
+
+Expected Results:
+1
+2
+
+How often does this happen? 
+always
+
+Additional Information:
+works on MS.NET