AUTHORS
author Daniel Hans <Daniel.M.Hans@gmail.com>
Fri, 07 Aug 2009 01:27:24 +0200
changeset 2736 8f3935f0f4ba
parent 2529 3f2484621f1c
permissions -rw-r--r--
Argument store added to updateEntityProperties. This argument determines if an entity should be stored in the data model after its properties are updated. It may be useful, for example, along with tasks (Task Queue API). One may want to make some modifications to an entity during execution of a task, but the developer is sure that at least one new task, which also wants to modify the entity, will be queued, so he or she can just update the entity without saving the changes to the data model, set the entity in memcache and the following task (which is to be executed very shortly) is to retrive the current entity from the memcache (without any expensive calls to the actual data model).

# Please sort this file in alphabetical order by last (given) name.
# Please only include one name per line.  If an (optional) email address is
# included, it must be RFC 2821 compliant (properly quoted, escaped, etc.).
# Lines beginning with # can be stripped from the file, as can blank lines.

"Haoyu Bai" <baihaoyu@gmail.com>
"Madhusudan C.S" <madhusudancs@gmail.com>
"Daniel Diniz" <ajaksu@gmail.com>
"Augie Fackler" <durin42@gmail.com>
"Mario Ferraro" <fadinlight@gmail.com>
"Dmitri Gaskin" <dmitrig01@gmail.com>
"Marcelo de Sena Lacerda" <marceloslacerda@gmail.com>
"Todd Larsen" <tlarsen@google.com>
"Chen Lunpeng" <forever.clp@gmail.com>
"Sverre Rabbelier" <sverre@rabbelier.nl>
"Lennard de Rijk" <ljvderijk@gmail.com>
"Joel Sherrill" <joel.sherrill@gmail.com>
"Pawel Solyga" <pawel.solyga@gmail.com>
"Zachary Voase" <disturbyte@googlemail.com>
"Matthew Wilkes" <matthew@matthewwilkes.co.uk>