if you call commit(), your transaction is now complete.  if you want
another transaction, you have to begin another one.  else the flush()
method will do what it always does, opens its own transaction and
commits.  SA doesnt stay in a "non-autocommit" mode, it expects a
connection.begin() (or a session.create_transaction(), which ultimately
results in a connection.begin()) for each transaction.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to