[web2py] Re: GAE query cursors

2012-06-18 Thread Massimo Di Pierro
Login and I will give you edit access. On Monday, 18 June 2012 14:44:39 UTC-5, howesc wrote: > > thanks! now how do i go about updating the book to discuss these new > features? > > On Sunday, June 17, 2012 9:09:33 PM UTC-7, Massimo Di Pierro wrote: >> >> uploading :-) >> >> On Sunday, 17 Ju

[web2py] Re: GAE query cursors

2012-06-18 Thread howesc
thanks! now how do i go about updating the book to discuss these new features? On Sunday, June 17, 2012 9:09:33 PM UTC-7, Massimo Di Pierro wrote: > > uploading :-) > > On Sunday, 17 June 2012 10:40:51 UTC-5, howesc wrote: >> >> sorry if i confused you by submitting 2 non-inclusive patches.

[web2py] Re: GAE query cursors

2012-06-17 Thread Massimo Di Pierro
uploading :-) On Sunday, 17 June 2012 10:40:51 UTC-5, howesc wrote: > > sorry if i confused you by submitting 2 non-inclusive patches. :( the > reference patch for > https://groups.google.com/forum/?fromgroups#!topic/web2py/mKgLFC5pxcY is > what you applied, and with your change still work

[web2py] Re: GAE query cursors

2012-06-17 Thread howesc
sorry if i confused you by submitting 2 non-inclusive patches. :( the reference patch for https://groups.google.com/forum/?fromgroups#!topic/web2py/mKgLFC5pxcY is what you applied, and with your change still works for me. if the cursor patch in this thread looks ok can you add it as well? thi

[web2py] Re: GAE query cursors

2012-06-16 Thread Massimo Di Pierro
In trunk with a minor change. Please make sure I did not break your patch. massimo On Saturday, 16 June 2012 13:59:34 UTC-5, howesc wrote: > > Hello again, > > I wanna use cursors on my GAE queries: > https://developers.google.com/appengine/docs/python/datastore/queries#Query_Cursors > > i have