> > Given an Update(or Insert) object how can I find the columns being > updated (or Inserted). > I dont find any function that gives these? > > The attributes.get_history method will return this information to you as a History record for each attribute. See here:
http://www.sqlalchemy.org/docs/orm/session.html#sqlalchemy.orm.attributes.get_history > > -- Michael Trier http://michaeltrier.com/ -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
