I have a table 'table', with a column, 'stamp', that has an onupdate
clause "onupdate=datetime.now".

I am trying to update table.otherColumn, and I don't want table.stamp
to be updated with the latest time.

I saw one discussion about overriding onupdate here:
http://groups.google.com/group/sqlalchemy/browse_thread/thread/815734c0a383c6ac/be8fc1c1535a70ff?lnk=gst&q=onupdate+override#be8fc1c1535a70ff

...but in that case, we knew what we wanted the override value to be
for the column, which was setting it to True.  At the time of building
my update, I'm not sure what table.stamp is equal to, so I don't know
what I should override it with.

Is it possible to avoid the onupdate clause from executing?



-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to