Bug 314432 (MONO57251) - Simple examples of Expression property of DataColumn not working
Summary: Simple examples of Expression property of DataColumn not working
Status: RESOLVED FIXED
Alias: MONO57251
Product: Mono: Class Libraries
Classification: Mono
Component: Sys.Data (show other bugs)
Version: unspecified
Hardware: Other All
: P3 - Medium : Critical
Target Milestone: ---
Assignee: Juraj Skripsky
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords: blocking
Depends on:
Blocks:
 
Reported: 2004-04-20 13:06 UTC by Boris Kirzner
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:34:28 UTC


---- Reported by borisk@mainsoft.com 2004-04-20 06:06:15 MST ----

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.



---- Additional Comments From juraj@hotfeet.ch 2004-04-20 12:20:05 MST ----

fixed in cvs.