On Apr 15, 11:55 am, Michael Trier <[email protected]> wrote: > > 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.attrib...
Ugh misread your example. The above is only ORM related. Sorry. Michael -- 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.
