On Sun, Feb 15, 2009 at 06:08, srid <[email protected]> wrote:
>
> The below app is a blog application.
>
> I tried adding a new post (with field "bar") in the version 2
> instance. As expected, this new post does not appear on the version 1
> site.
>
> I then tried adding a new post (with field "foo") in the version 1
> instance. Surprisingly, this also appears in the version 2 instance.
> Why????? How does versioning and datastore work?

Only your code can have versions. The datastore is not versioned. It
is the same single datastore out there that every version of your app
can access. So if there is a difference in how two versions of your
app behave, it must come from the way they work with the datastore.

You should be able to find out what's happening by carefully following
the code and examining the actual contents of the datastore using your
dashboard.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to