What language is your app in? Depending on the answer, it can be quite easy
to automate datastore rebuilds. For instance in Go, you can load your
entities within an array of structs then save the array using the built-in
JSON package. Do the same in reverse in load in all entities.

Failing that you can connect your development server to the App Engine
production datastore using the Remote API (
https://developers.google.com/appengine/docs/java/tools/remoteapi ) to do
your testing on.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com




On Thu, Jul 18, 2013 at 3:45 AM, Matija <[email protected]> wrote:

> very very very very very very **very very very very very very **
> very very very very very very **very!!!!!!!!!!!!
>
> This is at least one year old problem and we usually don't upgrade because
> of it. We actually upgrade SDK when we forget this problem!
>
>
> On Thursday, June 13, 2013 2:19:46 PM UTC+2, Ludovic Champenois wrote:
>
>> Please file a bug. It might be complicated to fix as these internal
>> classes change at every release (hence being repackaged for private only
>> consumption...)
>
>
>

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