Hi,
is there a possibility to detach/reattache an object from/to the objectstore?
Here is a small samle:

objectstore.begin
load an object o
objectstore.flush

# some time later
change property of o

objectstore.begin
reattach o
objectstore.flush

thanks,
ALex.


_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to