Suppose my root is anArray. Now I load two elements from that array:
a := session root at: 1.
b := session root at: 2.

Then I mutate both of them.
Now I want to commit changes I made to 'a', but not 'b'.

On 11 June 2012 22:26, Chris Muller <asqueaker@gmail.com> wrote:
Hi Milan, I don't understand -- ...you have a (Magma?) database and
you want to commit changes to some of the objects in the database but
not all of them?  That obviously works so I guess you are asking about
something different -- could you please clarify?



On Mon, Jun 11, 2012 at 1:42 PM, Milan Mimica <milan.mimica@gmail.com> wrote:
> Hi
>
> Do I understand correctly that Magma doesn't support commit on per instance
> basis? I want to commit only some of the some instances I have loaded from
> database.
>
>
> --
> Milan Mimica
> http://sparklet.sf.net
>
> _______________________________________________
> Magma mailing list
> Magma@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
>



--
Milan Mimica
http://sparklet.sf.net