[sqlalchemy] Re: Access to the attributes of a session object (newbie)

2008-04-11 Thread Michael Bayer
On Apr 11, 2008, at 11:45 AM, [EMAIL PROTECTED] wrote: Hello All, I have a session object, for instance: my_object = session.query(Person).filter_by(name='MYSELF').first() I know I can access to its attributes to modify the database: my_object.name = 'YOURSELF' my_object.town = 'PARIS'

[sqlalchemy] Re: Access to the attributes of a session object (newbie)

2008-04-11 Thread [EMAIL PROTECTED]
Magic ! It works perfectly. Thanks a lot Michael for your help and all your work. Dominique --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to