[google-appengine] Re: Using the Java Low-level Api, Do entity updates overwite the whole entity or only the properties that were actually modified?

2010-01-19 Thread Enrique Perez
Chris, My understanding is that all 50 properties will be updated in Entities table. In addition the index tables will be updated. This is behavior reguardless of whether you are using Low-level data API, JDO or JPA. Probably the same behvior for Python as well since this at the AppEngine

[google-appengine] Re: Using the Java Low-level Api, Do entity updates overwite the whole entity or only the properties that were actually modified?

2010-01-19 Thread Stephen
On Jan 19, 2:40 am, DutrowLLC dutrow...@gmail.com wrote: Hi, When using the Java low-level Api, if I grab an entity out of the database, then modify say 2 properties out of an available 50, then save the changes, are all 48 other non-modified properties overwritten with what is hopefully