Did you figure this out?

Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine



On Mon, Mar 14, 2011 at 11:53 AM, Markus <[email protected]> wrote:

> Hey,
>
> I try to use JDO in Google App Engine to get all Servers that have a
> published date != null. But I find no way...
>
>
> Query q = pm.newQuery(ServerDO.class);
> q.setFilter("published != null");
> q.setOrdering("name ASC");
>
>
> I tried also IS NOT NULL and declare a parameter which I set to
> null...
>
> Can anybody help me? I don't think that this query should be heavy...
>
> Regards,
>
> Markus
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to