I entered 15.0 in the form, which sure looks like a float to me. If I had entered a non-float, automatic validation should have caught it before the appengine sdk was called to do a set. And when I used an insert statement myself using the DAL, I tried hard-coding a 10.0 for that field -- same error. I even tried explicitly casting it as a float -- exact same error.
When I looked at the Datastore Statistics for that table/entity, it didn't show that field/property; in fact, none of the new fields appeared. - Scott On Monday, January 28, 2013 6:16:44 PM UTC-5, Alan Etkin wrote: > > As requested, here is the traceback: > > > Looks like a non-float value is sent to the GAE adapter for datatastore > insertion (without the proper type validation). otherwise the appengine sdk > should not raise that exception. Maybe you can debug the form values on > submission to check they are actual float objects. > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

