[google-appengine] Re: dataviewer complication

2009-08-10 Thread Jeff S (Google)
Hi Nick, I'd like to know a bit more about this. Could you provide the app ID and also the error message which the admin console provides for your third query? Thank you, Jeff On Thu, Aug 6, 2009 at 4:19 AM, niklasr wrote: > > Hello > Recently there were results I can't understand from the da

[google-appengine] Re: dataviewer complication

2009-08-18 Thread Cyprian
Same for me, following queries work fine form dataviewer console: SELECT * FROM RSS WHERE title<'' SELECT * FROM RSS WHERE ORDER BY date2 DESC and that cause an error: SELECT * FROM RSS WHERE title<'' ORDER BY date2 DESC "Server Error A server error has occurred." APP ID: dhsrss BR Cyprian On

[google-appengine] Re: dataviewer complication

2009-08-19 Thread Nick Johnson (Google)
Hi Cyprian, On Tue, Aug 18, 2009 at 1:15 PM, Cyprian wrote: > > Same for me, > following queries work fine form dataviewer console: > SELECT * FROM RSS WHERE title<'' > SELECT * FROM RSS WHERE ORDER BY date2 DESC > > and that cause an error: > SELECT * FROM RSS WHERE title<'' ORDER BY date2 DESC

[google-appengine] Re: dataviewer complication

2009-08-19 Thread Cyprian
Thanks Nick Best Regards Cyprian On 19 Sie, 13:22, "Nick Johnson (Google)" wrote: > Hi Cyprian, > > On Tue, Aug 18, 2009 at 1:15 PM, Cyprian > wrote: > > > > > Same for me, > > following queries work fine form dataviewer console: > > SELECT * FROM RSS WHERE title<'' > > SELECT * FROM RSS WHERE