[web2py] Using smart query with REST in GAE and datetime greater than query

2012-04-09 Thread Douglas Ross
Hi, I know the documentation explains that you cannot do 'complex' datetime queries in web2py with GAE, however I am hoping that this does not qualify as 'complex'. I am trying to use the smartquery (experimental) functionality that it works really well in the SQLlite db. Unfortunately, the s

[web2py] Re: Using smart query with REST in GAE and datetime greater than query

2012-04-19 Thread Douglas Ross
ing routine in trunk to fix this problem. Give > it a try. > > Massimo > > On Sunday, 8 April 2012 22:36:34 UTC-5, Douglas Ross wrote: >> >> Hi, >> >> I know the documentation explains that you cannot do 'complex' datetime >> queries in web2p

[web2py] Re: Using smart query with REST in GAE and datetime greater than query

2012-04-19 Thread Douglas Ross
Issue 769 created. Thanks. On Thursday, 19 April 2012 23:22:53 UTC+10, Massimo Di Pierro wrote: > > Can you please open a ticket about this? > > On Thursday, 19 April 2012 06:43:24 UTC-5, Douglas Ross wrote: >> >> Massimo, >> >> Sorry for the delayed respo

[web2py] Re: web2py 2.4.6 is OUT

2013-04-06 Thread Douglas Ross
Massimo, Not sure if it is this version, however I cannot seem to create a new application or use the wizard to create a new application. Think i am on the latest? 2.4.6-stable+timestamp.2013.04.06.17.37.38 1. My current applications work fine. 2. When I create application - test, I get a page

[web2py] Re: web2py 2.4.6 is OUT

2013-04-06 Thread Douglas Ross
On Sunday, 7 April 2013 07:36:15 UTC+10, Massimo Di Pierro wrote: > > ## 2.4.6 > > - better tests > - new ANY_OF and IS_IPV6 validators > - new custom save option > - many small bug fixes > > The bug fixes are worth the upgrade. Nothing should break. > -- --- You received this message because

[web2py] Background process scheduler and GAE

2012-01-31 Thread Douglas Ross
Hi, I know that scheduler is only 6 months old, and it is fantastic, as is web2py. I have not had this much fun and ease in programming in years. I do have a questions about whether anyone has implemented it in web2py on GAE. How do you start the worker threads in web2py in GAE. Can you do it in

[web2py] Re: Background process scheduler and GAE

2012-02-02 Thread Douglas Ross
Thanks very much, I will have a look. Doug On Feb 2, 10:22 am, howesc wrote: > use the GAE taskqueues for background processes.  i also recommend looking > at GAE backend instances for background tasks.