eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

setting value at index in list is not persisted #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Interpreter.go: 2662

and rcollection.go rlist.Set method.

There is no persisting of the Set operation, if the list owner is a persistent 
object.

This brings up what will we do when the list itself is an independent list with 
no owner. Then it will have to be the IsStoredLocally status of the list object 
itself that determines whether to do the persistent aspect of list operations.

Original issue reported on code.google.com by relis...@gmail.com on 2 May 2013 at 10:21