Closed GoogleCodeExporter closed 9 years ago
I was looking through the expression parser and see it does support E but not
e. My original test would have worked if I had used E. It is interesting that
the document http://www.odata.org/media/16352/[ms-odata].pdf says either can
work but the document
http://www.odata.org/developers/protocols/overview#AbstractTypeSystem says only
E can work.
You can close this, as with some other reformatting on the client, I did get
the doubles to work.
It is a bit of a pain though, because if the number is near zero you need to
append the "d" but if it contains exponent you do not contain d. Was unable to
use default rendering logic to put this in the $filter parameter.
Original comment by www.Dave...@gmail.com
on 8 Nov 2012 at 8:47
Interesting point about the conditional double formatting. Worth raising on
the odata list?
Closing per request.
Original comment by john.spurlock
on 10 Nov 2012 at 3:42
Original issue reported on code.google.com by
www.Dave...@gmail.com
on 8 Nov 2012 at 8:35