[google-appengine] query.execute() returns empty []

2010-07-08 Thread saggy
hello, am trying to fetch all data from one of my table using query = pm.newquery("select from xyz") and after executing it returns [] , and i can see number of entries in data store.can any body please help me. -- You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] does Query.execute() returns the same result list in same order for every execution ?

2010-06-30 Thread saggy
hi,am new to GAE can anybody tell me that if i perform 10 or 100 times Query.execute() with same parameters and same query on same data then will it return the same result list in same order or in different order? Thanks in advance. -- You received this message because you are subscribed to th

[google-appengine] does Query.execute() returns the same result list in same order for every execution ?

2010-06-30 Thread saggy
hi,am new to GAE can anybody tell me that if i perform 10 or 100 times Query.execute() with same parameters and same query on same data then will it return the same result list in same order or in different order? Thanks in advance. -- You received this message because you are subscribed to th

[google-appengine] Could not retrieve entity with given key when object is there.

2010-06-20 Thread saggy
Am passing an object key to another servelt for deletion but there when am calling getObjectById() giving me error could not retrieve Could not retrieve entity of kind Test with key Group(406)/ Group(434)/Group(438)/Group(454)/Test(676) org.datanucleus.exceptions.NucleusObjectNotFoundExceptio