[Mono-bugs] [Bug 78254][Wis] New - calculated column not
interpreted correctly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 1 04:56:03 EDT 2006
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 vytb2000 at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78254
--- shadow/78254 2006-05-01 04:56:03.000000000 -0400
+++ shadow/78254.tmp.20255 2006-05-01 04:56:03.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 78254
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: tsenganal at novell.com
+ReportedBy: vytb2000 at yahoo.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: calculated column not interpreted correctly
+
+The program that runs on .NET does not run on Mono.
+
+Steps to reproduce the problem:
+1. Create program that uses DataColumn with calculated expression.
+1. Compile and run it on Windows with .NET (it works).
+2. Run it with Mono 1.1.8.3 on Kubuntu
+
+Actual Results:
+An exception is thrown to console
+
+Expected Results:
+The program runs
+
+
+Additional Information:
+System.Data.SyntaxErrorException: Expression
+'IsNull(Sum(Child(PRS).value),0)' is invalid.
More information about the mono-bugs
mailing list