Hello, I am building a function that queries the datastore and returns the results of the query. The basic structure of the function is as follows:
1. Get the persistenceManager pm from the factory 2. Execute a query string with pm.newQuery(queryString).execute() 3. Close pm 4. Return results of the query execution The results from the query execution aren't available after closing the pm. Do I need to make a manual copy of the results before closing the pm so that I can use/display that data? Thanks, Tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
