I've used it via webapp. Can this somehow be used via the DAL?
On Apr 10, 2:32 pm, mdipierro <[email protected]> wrote: > Here is says more about it > > http://code.google.com/appengine/docs/python/datastore/queriesandinde... > > It looks like you can return more than 1000 but in different requests > (in the example they are retrieving 1000, then cache the cursor > location and, then fecth another 1000). > > Massimo > > On Apr 10, 5:14 am, Richard <[email protected]> wrote: > > > > > GAE supports accessing beyond 1000 records with the > > cursor:http://code.google.com/appengine/docs/python/datastore/gqlqueryclass.... > > > Can this somehow be used via the DAL? -- To unsubscribe, reply using "remove me" as the subject.

