I filed an issue:
http://code.google.com/p/googleappengine/issues/detail?id=3671

Yasuo Higa

On Thu, Aug 26, 2010 at 2:18 AM, tomkarren <tkar...@gmail.com> wrote:
> Agreed.  We have an example for a fix that does not correspond to the
> 1.3.6 low level API spec.  Could you please elaborate?
>
> On Aug 24, 5:54 pm, Yasuo Higa <higaya...@gmail.com> wrote:
>> Hi Alfred,
>>
>> On Wed, Aug 25, 2010 at 3:46 AM, Alfred 
>> Fuller<arfuller+appeng...@google.com> wrote:
>> > Hi,
>> > The default limit is still 1000, you need to set you're own limit in order
>> > to exceed the default (in fact countEntities() has been deprecated
>> > to encourage you to do this). Here are some examples:
>> > query.countEntities(withLimit(5000)); // limit of 5000
>> > query.countEntities(withDefaults()); // no limit
>> > query.countEntities(withLimit(2000).offset(1000)); // count entities in the
>> > range 1000 - 3000
>>
>> query.countEntities(withLimit(5000)) looks nice, but I cannot find it.
>> Where is PreparedQuery#countEntities(FetchOptions)?
>>
>> Thanks,
>>
>> Yasuo Higa
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to