RE: [google-appengine] Can not delete entity using Data Viewer and a GQL query.

2010-07-07 Thread test . siloka
-- Mobile message from Corporate Email powered by Remoba Inc. Original Content Appended -- 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-appeng...@googlegroups.com. To unsubscribe from this

[google-appengine] Can not delete entity using Data Viewer and a GQL query.

2010-07-06 Thread sysdent
this error occur while trying to delete a row found through a search, if you look for it on a paged table and you delete it, this won't happen again -- 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] Can not delete entity using Data Viewer and a GQL query.

2009-01-11 Thread murexconsult...@googlemail.com
There was a bug in my app and some bad data got into the Datastore. So I want to delete some data. The models have a number of items so rather than paging through them all 20 at a time to find it I ran the GQL query: SELECT * FROM UserUpdates WHERE windAngle=328 This returns one row as