[google-appengine] namespace delete and restore

2012-09-20 Thread Aswath Satrasala
Hello All,
I am working with namespace a lot.I am having difficulty in
deleting/backup/restore of namespace. This feature is not available in
Datastore admin console.
If you are working with namespace and having the same pain, please star
this issue

http://code.google.com/p/googleappengine/issues/detail?id=7311can=4colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log

Thanks a lot

-Aswath

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



[google-appengine] namespace delete

2012-09-05 Thread Aswath Satrasala
Hello,
I am working on writing a utility to delete namespace and its entities.

I delete the row in the __namespace__ KIND, what will happen to all the
entities in the namespace.

For ex.
Namespace: 'x1-1'
It has few entities.
I delete 'x1-1' from the __namespace__ KIND.  But, I forgot to delete the
entities with in the namespace.  What will happen to all the entities in
the namespace?

-Aswath

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