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-range/?id=ahJhcHBlbmdpbmUtY29va2Jvb2tylwELEgtSZWNpcGVJbmRleCI8YWhKaGNIQmxibWRwYm1VdFkyOXZhMkp2YjJ0eUZ3c1NDRU5oZEdWbmIzSjVJZ2xFWVhSaGMzUnZjbVVNDAsSBlJlY2lwZSI-YWhKaGNIQmxibWRwYm1VdFkyOXZhMkp2YjJ0eUZ3c1NDRU5oZEdWbmIzSjVJZ2xFWVhSaGMzUnZjbVVNMzUM


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
-~----------~----~----~----~------~----~------~--~---

Reply via email to