I'm trying to update one table. I'm using declarative extention for all db operations. I have successfully implemented updates using session after I first query the object and session keeps track of the changes subsequently. but I think for what I do, that prior query is a waste but prefer a straight update. Is this possible using declarative ext ?
Thx. -- 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.
