On Fri, Dec 5, 2008 at 1:07 PM, Fred Janon <[EMAIL PROTECTED]> wrote:
> The Datastore doesn't seem to have support for Decimal or did I miss > something? Is there a way (besides the classic /100 & *100) to get a > Decimal stored in the Datastore or do I need to follow the "Extending > Model Properties" instructions? There's db.IntegerProperty and db.FloatProperty. Anything fancier and you'll need to do it yourself. Dave. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
