|
|
|
|
|
by mdipierro1
5467 days ago
|
|
You can use the GAE datastore transaction with the web2py DAL but it does not provide an API with it, you have to use the GAE function for the transaction and than inside you can use DAL syntax. DAL automatically creates one cursor for you per http request. Each request has its own. It does not provide APIs to make your own cursors. |
|
http://code.google.com/appengine/docs/java/datastore/queries...