Hello
Recently there were results I can't understand from the dataviewer
console:
SELECT * FROM Article order by added desc
#The above works to view entities
SELECT * FROM Article where published=True
#The above works to view lists entities
The following however generates a server error
SELECT * FROM Article where published=True order by added desc
#Server Error
It happens with 2 independent applications. The queries used to work.
Please inform what could be the case.
Thank you
_______
NickRTZ
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---