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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
