For example:
from gluon.contrib.gql import gae
db.define_table('tablename',....,Field('name',gae.StringListProperty),....)
You can use any native type but forms may not work because you have to
make sure you insert the corresponding type (in the example a list of
strings). Sorry there is not much documentation about this.
Massimo
On Apr 5, 10:34 pm, Matt <[email protected]> wrote:
> Hi there,
>
> In the "features not in the book section" it lists since version
> 1.74.5
>
> * support for all native types on GAE (e.g. StringListProperty)
>
> Are there any examples demonstrating the use of these available?
>
> Thanks,
> Matt
--
You received this message because you are subscribed to the Google Groups
"web2py-users" 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/web2py?hl=en.