Like in session we commit all changes in one commit is there any way we can execute different queries at one.
for eg q1 = some.table update.query1 q2 = some.table.update.query2 instead of updating table one at a time like running q1.execute() q2.execute() can i add these to a session and commit all at once ?? thanks in advance -- 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.
