chandransalem / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Large decimals are formatted incorrectly #175

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
According to the OData specification the decimal literal must consist of digits 
(and sign and ".") only. But BigDecimal.toString() might return a string 
representation using scientific notation.

Original issue reported on code.google.com by philipp.sebastian.thun on 11 May 2012 at 11:36

GoogleCodeExporter commented 8 years ago
Fixed with revision 9ef5b3902f22.

Original comment by philipp.sebastian.thun on 11 May 2012 at 11:37