[sqlalchemy] Re: How to mark an attribute dirty manually?

2008-09-18 Thread Michael Bayer
On Sep 18, 2008, at 5:46 AM, Adam Dziendziel wrote: Hi, I have a column which contains XML, this XML is parsed when a record is loaded and object attributes are populated with values from this XML. When I set an attribute, I would like to mark the XML column modified (in property()

[sqlalchemy] Re: How to mark an attribute dirty manually?

2008-09-18 Thread Adam Dziendziel
This description was very hard to parse, but I think what you're   saying is an attribute changes on a *different* object somewhere,   which you would like to mark the XML-holding object as dirty. Sorry. The same object, but these attributes are pure Python attributes, they aren't mapped to