[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 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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.NucleusObjectNotFoundException: Could not
retrieve entity of kind Test with key Group(406)/Group(434)/Group(438)/
Group(454)/Test(676).

  but i can see that object is deleted from data store.What does that
mean?

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