I'm getting started with SQLAlchemy and have run into a small issue. In SQLObject, when I want to update a record in the database with the values contained in a dictionary, I do something like this:
p = Person.get(id) p.set(**kw) What is the equivalent in SQLAlchemy? I prefer not to have to set each attribute separately. Thanks, Steve Bergman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalchemy@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---