I am trying to delete the stats for a namespace and using this ...

The following works in dev but not production ...

    # set the namespace
     aQuery = db.GqlQuery( "SELECT __key__ FROM %s" % ( aTable ) )

Getting the following exception ...

    illegal key.path.element.type: __Stat_Ns_Total__

Is there a better way to delete stats ?

I tried other things but this was the only thing that worked in dev.


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to