Hi Guys,

I might be being silly here, I am trying a query through the DataViewer that
is along the lines of:

SELECT * FROM SearchCampaigns WHERE priority = True and finished = False and
next_update < '2009-05-06 06:08:37' ORDER BY next_update

The problem I am seeing is that it returns values where the next_date might
be something like 2009-05-06 06:38:12.  It looks like it is not filtering
dates converted from strings correctly?

I have checked the issues page and the closest I have found so far is
http://code.google.com/p/googleappengine/issues/detail?id=1114

Paul

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to