[google-appengine] Re: Filter on date property in Data Viewer

2008-10-21 Thread Alexander Kojevnikov
According to the docs you cannot: http://code.google.com/appengine/docs/datastore/gqlreference.html Feel free to add an issue to the bug tracker, I will definitely star it. On Oct 21, 11:18 pm, Peter Odéus <[EMAIL PROTECTED]> wrote: > How do I filter on a date property in Data Viewer, i.e. SELEC

[google-appengine] Re: Filter on date property in Data Viewer

2008-10-24 Thread ryan
you can definitely filter on date properties. you can't use dates as embedded constants inside GQL queries, which is probably what misled alexander, but you can use bound query parameters: http://code.google.com/appengine/docs/datastore/gqlqueryclass.html#Introduction or you can use the programm

[google-appengine] Re: Filter on date property in Data Viewer

2008-10-24 Thread Alexander Kojevnikov
> you can't use dates as embedded constants inside > GQL queries, which is probably what misled > alexander, but you can use bound query parameters That's what I meant, we cannot use datetime constants though they could be useful. For example in the datastore viewer we would be able to check for

[google-appengine] Re: Filter on date property in Data Viewer

2008-10-24 Thread ryan
ah, heh. i missed the "in Data Viewer" part of peter's original question. never mind. :P --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine