http://thadeusb.com/weblog/archive/2010/1/5/query_between_dates/30 http://thadeusb.com/weblog/archive/2010/3/19/increase_productivity_by_using_parameterized_queries_with_web2py/33
If you have any questions please feel free to ask. -- Thadeus On Fri, Jun 4, 2010 at 5:42 AM, Sverre <sverreodeg...@gmail.com> wrote: > I need some like > > query(startdate+timedelta(days) > endtime) > > In PostgreSQL and other databases that not a problem. The alternative > is only filtering on client side. >