[appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-12 Thread mably
Same thing happened to me. Got an empty local datastore after updating to 1.3.1. Hopefully I didn't have much data in it. But it might not be the case for everybody. On 12 fév, 09:35, Al Murauski wrote: > The Development Console tells "The datastore is empty" after updating > to 1.3.1. > > Any

[appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-13 Thread Brian
My remote datastore kept the data, my local one was wiped. Pretty easy to make a script to load a DB with test data, not really a good idea to rely on your local datastore... On Feb 12, 6:32 pm, mably wrote: > Same thing happened to me. > > Got an empty local datastore after updating to 1.3.1. >

[appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-17 Thread mcrady
Same here. If I switch back to 1.3.0 the local data is still there. Any workarounds to get to 1.3.1 with the local data? On Feb 13, 10:45 am, Brian wrote: > My remote datastore kept the data, mylocalone was wiped. Pretty easy > to make a script to load a DB with test data, not really a good id

[appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-23 Thread David
I just upgraded to 1.3.1 and also hit this issue. I hope someone from the GAE team will soon comment on this behavior. I'm also curious how common a problem this is. Have other people upgraded to 1.3.1 and maintained their local data store? On Feb 17, 3:06 pm, mcrady wrote: > Same here.  If I s

[appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-24 Thread Itzik Yatom
Same problem On Feb 23, 10:21 pm, Scott Hernandez wrote: > I got a read error when I tried running with my existing (v1.3.0) > data-store file; I created a new one (by renaming the old one) and > restarting. I suspect the internal format is different and the old > format cannot be read. Whether t

[appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-25 Thread Valters Vingolds
I suspect the data is still there, but somehow not visible to your queries. For example, following happened in my case: I had a query that retrieves my (root) entities, but they are ordered by sequence_id . In 1.3.0., this query worked fine even if sequence_id is un-initialized (is null). With 1.3.

Re: [appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-23 Thread Scott Hernandez
I got a read error when I tried running with my existing (v1.3.0) data-store file; I created a new one (by renaming the old one) and restarting. I suspect the internal format is different and the old format cannot be read. Whether this is by design or a bug is another question. On Tue, Feb 23, 201

Re: [appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-25 Thread Scott Hernandez
I'm pretty sure the "your datastore is empty" message on the admin data viewer pages doesn't mean that his query, in his application code, returned no results. While I don't disagree with you that the data is still in there I'm pretty what you just described is documented in the behavior of indexe