[sqlalchemy] Re: How to catch a changed event in ORM

2007-06-20 Thread Eric Ongerth
On Jun 20, 12:45 am, Can Xue [EMAIL PROTECTED] wrote: I'm working in a GUI project and use the SQLAlchemy for ORM. Can anyone tell me how to catch a attribute changed event in SQLAlchemy so that application can update the UI automaticly. Thank you. -- XUE Can This may be more of a Python

[sqlalchemy] Re: How to catch a changed event in ORM

2007-06-20 Thread svilen
I'm working in a GUI project and use the SQLAlchemy for ORM. Can anyone tell me how to catch a attribute changed event in SQLAlchemy so that application can update the UI automaticly. Thank you. -- XUE Can This may be more of a Python question, because it is not specifically

[sqlalchemy] Re: How to catch a changed event in ORM

2007-06-20 Thread Can Xue
Thank you but when I try downloading http://www.sistechnology.com/o2rm/o2rm0224.tar.bz2, I get a 404 not found :-( 2007/6/21, svilen [EMAIL PROTECTED]: I'm working in a GUI project and use the SQLAlchemy for ORM. Can anyone tell me how to catch a attribute changed event in SQLAlchemy so

[sqlalchemy] Re: How to catch a changed event in ORM

2007-06-20 Thread sdobrev
sorry, http://linuxteam.sistechnology.com/o2rm/o2rm0224.tar.bz2 Thank you but when I try downloading http://www.sistechnology.com/o2rm/o2rm0224.tar.bz2, I get a 404 not found :-( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[sqlalchemy] Re: How to catch a changed event in ORM

2007-06-20 Thread sdobrev
I'm working in a GUI project and use the SQLAlchemy for ORM. Can anyone tell me how to catch a attribute changed event in SQLAlchemy so that application can update the UI automaticly. depending on how/when exactly are u going to check for attr-change, u can look for 'dirtyness' of the