Bugzilla – Bug 314432
Simple examples of Expression property of DataColumn not working
Last modified: 2007-09-15 21:24:06 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.