surinder-insonix / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Support for persisting Map fields #264

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If the user has a field of type Map they just get a message about the datastore 
not supporting that type. They could obviously mark the field as serialized but 
that just serialises any persistable key/value into a BLOB. Better would be to 
support the persistence of Map fields as a List in the datastore, with elements 
key1,val1, key2,val2, key3,val3, etc.

If key or value are persistable then store the Key form for that.

Original issue reported on code.google.com by googleco...@yahoo.co.uk on 13 Feb 2012 at 10:48

GoogleCodeExporter commented 8 years ago
SVN trunk now handles these fields

Original comment by googleco...@yahoo.co.uk on 13 Feb 2012 at 10:48