It is too much GAE specific and it would make the web2py app not portable on relational databases.
You can use IS_IN_DB(...,multiple=True) to achieve very similar functionality in a portable way. there is a vimeo video about it. Massimo On May 3, 10:54 am, dlypka <[email protected]> wrote: > Are there plans for web2py to handle the GAE ListProperty described in > the GAE Cookbook article "How to query by date range" > where it suggests: > For example, add a ListProperty named "date_list", and populate > it like this: date_list = [start_date, end_date]. > > I assume an example is: > class B(db.Model): > date_list=db.ListProperty() > > http://appengine-cookbook.appspot.com/recipe/how-to-query-by-date-ran... > > On May 3, 10:47 am, mdipierro <[email protected]> wrote: > > > web2py works on GAE. We are committed to provide some support for > > other non-relational databases (I do not know mongodb) but, if you > > need it, we can work together to make it work. > > > Massimo > > > On May 3, 7:13 am, Kless <[email protected]> wrote: > > > > I'm more interested into a framework backed by a non relational db, > > > mainly MongoDB [1]. By that reason I discard Django, and to Pylons > > > because it hasn't a plugin system that lets reuse/share applications. > > > > Is web2py ready to use non-relational databases? > > > > [1]http://mongodb.org/-Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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 -~----------~----~----~----~------~----~------~--~---

