On Friday, April 20, 2018 at 3:00:16 PM UTC-4, Richard wrote: > > There seems to have some thing related to gae : > https://github.com/web2py/pydal/blob/a7b7e4c11604d0b8b2de46e832469b78bfd7a1cf/pydal/helpers/gae.py#L16 >
That's just the means of storing and retrieving decimal data in the GAE datastore according to the field specification. It doesn't do any validating. GAE obviously works differently from an RDBMS, which has a schema. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

