[google-appengine] DELETE Query

2011-08-21 Thread Bruno Sandivilli
Hi, how can i delete all entities in datastore using the data viewer?
If i cant, how can i achieve this?
Thanks

-- 
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.



Re: [google-appengine] DELETE Query

2011-08-21 Thread Robert Kluin
Hi Bruno,
  GQL is a read-only query language.  No inserts, updates, or deletes.

  There is, however, an included Datastore Admin which will allow you
to delete all entities of a given Kind:
http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html



Robert






On Sun, Aug 21, 2011 at 22:49, Bruno Sandivilli
bruno.sandivi...@gmail.com wrote:
 Hi, how can i delete all entities in datastore using the data viewer?
 If i cant, how can i achieve this?
 Thanks

 --
 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.


-- 
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.