Re: [sqlalchemy] DetachedInstanceError on assignment

2011-02-11 Thread Michael Bayer
On Feb 11, 2011, at 7:43 AM, Joril wrote: > Hi everyone! > I have a client-server application that communicates like this: the > client asks for something, the server fetches the data using > SQLAlchemy, serializes it and sends it back to the client. Now the > client can modify the data and send

[sqlalchemy] DetachedInstanceError on assignment

2011-02-11 Thread Joril
Hi everyone! I have a client-server application that communicates like this: the client asks for something, the server fetches the data using SQLAlchemy, serializes it and sends it back to the client. Now the client can modify the data and send it back to the server for persistence. It works nicely