[Mono-bugs] [Bug 57251][Cri] New - Simple examples of Expression property of DataColumn not working
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Apr 2004 06:06:15 -0400 (EDT)
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 borisk@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57251
--- shadow/57251 2004-04-20 06:06:15.000000000 -0400
+++ shadow/57251.tmp.12199 2004-04-20 06:06:15.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 57251
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: 008 One day
+Priority: Critical
+Component: Sys.Data
+AssignedTo: juraj@hotfeet.ch
+ReportedBy: borisk@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Simple examples of Expression property of DataColumn not working
+
+Description of Problem:
+DataColumn.Expression does not supports now even very simple expressions.
+
+Steps to reproduce the problem:
+1. Create DataColumn using some simple expression , i.e. "Price *
+1.18","Price + 1.18".
+2. Run the program
+
+Actual Results:
+Exception thrown in Mono.Data.SqlExpressions.Parser.Compile
+
+Expected Results:
+DataColumn created with no problem
+
+How often does this happen?
+Always
+
+Additional Information:
+It happens since last change in expression computation and parsing.