[sqlalchemy] attribute not updating

2011-03-16 Thread writeson
Hi all, This is probably a simple problem, but so far I haven't figured out how to resolve it. I've got some SqlAlchemy tables and am trying to change an attribute of a SqlAlchemy object returned from a query. However, when I change the attribute value, no SQL update statement is generated by the

Re: [sqlalchemy] attribute not updating

2011-03-16 Thread Michael Bayer
On Mar 16, 2011, at 3:38 PM, writeson wrote: Hi all, This is probably a simple problem, but so far I haven't figured out how to resolve it. I've got some SqlAlchemy tables and am trying to change an attribute of a SqlAlchemy object returned from a query. However, when I change the