This code:

session = objectstore.get_session()
print session.dirty

...gives me a list of what objects are going to be updated.  How do I find out
what exact attributes changed?

Thanks for Sqlalchemy!  I came from the SQLObjects side and this stuff is much
more robust
-Kevin



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

Reply via email to