Actions
Feature #4593
closedxmlrpc does not support bigdecimal
Feature #4593:
xmlrpc does not support bigdecimal
Status:
Rejected
Assignee:
-
Target version:
-
Description
=begin
XMLRPC does not support bigdecimal.
See my pull request here to add support for bigdecimal type to xmlrpc library:
Updated by atambo (Alex Tambellini) over 14 years ago
=begin
This would apply to 1.8 and 1.9.
=end
Updated by sorah (Sorah Fukumori) over 14 years ago
- Project changed from 2 to Ruby
- Category changed from lib to lib
=begin
=end
Updated by mrkn (Kenta Murata) over 14 years ago
=begin
Hi,
On 2011年4月22日金曜日 at 1:47, Alex Tambellini wrote:
XMLRPC does not support bigdecimal.
See my pull request here to add support for bigdecimal type to xmlrpc library:
A BigDecimal isn't generally a double precision number.
I'm worrying about that there isn't common consensus for treating a BigDecimal as double.
If you want to deal with a BigDecimal as a double in XMLRPC,
you can convert the BigDecimal to a Float using BigDecimal#to_f.
--
Kenta Murata
Sent with Sparrow
=end
Updated by mrkn (Kenta Murata) over 14 years ago
- Status changed from Open to Rejected
=begin
=end
Actions