When i use BigDecimal as persistent type with JDO i got strange
behaviour.

A value new BigDecimal("1.4") will change after restoring from
database to 1.399999....

I suppose this is a bug because BigDecimal is stored as float or
double. But it should stored as String.

In the whitelist BigDecimal is supported as persistent type. I don't
know whether it will work on App Engine Server. Because of unit
testing it should also work with the plugin.

Maybe somebody can help me.

Thx.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to