[sqlalchemy] Re: Column('last_updated', onupdate=func.current_timestamp())

2009-01-14 Thread atomburner
my.engine.base.Engine.0x...0350:{'table': 16726} INFO:sqlalchemy.engine.base.Engine.0x...0350:UPDATE products SET title= %(title)s WHERE products.name = %(name_1)s INFO:sqlalchemy.engine.base.Engine.0x...0350:{'title': 'updated_title', 'name_1': 'test'} INFO:sqlal

[sqlalchemy] Re: Column('last_updated', onupdate=func.current_timestamp())

2009-01-13 Thread atomburner
Mr. Bayer, you know entirely too much about all kinds of databases. A follow-up question to your erudite comment (and let me first say that I love sqlalchemy and have spent a good amount of time immersed in its documentation before posting): I tried running an update query of the form conn.ex