Decimals in LinqDataSource.Where

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
mr_gorkajuice
Posts: 1
Joined: Tue 31 Aug 2010 11:06

Decimals in LinqDataSource.Where

Post by mr_gorkajuice » Tue 31 Aug 2010 11:16

I’m facing a problem with decimals when constructing a where-clause using LinqDataSource.Where
After constructing the Where-clause, it contains the following bit:

SomeTable.SomeNumber >=0.5 && SomeTable.SomeNumber =0,5 && SomeTable.SomeNumber<=0,6

… causes run-time errors. So I’m stuck between a decimal point that doesn’t work, and a decimal point that DEFINITELY doesn’t work.

Any suggestions?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 01 Sep 2010 11:13

Thank you for your report, we've reproduced the issue. We will investigate it and inform you about the results.

Post Reply