Tracing through the code from the point of commit didn't help. Both 0.4.8 and 0.5.2 follow essentially the same (perhaps exactly the same, but I didn't check that 100%) path down to a call to a built-in method commit of the pyodbc.Connection object.
In my test script I am getting correct behavior for 0.5.2 if I pass autocommit=True to sessionmaker. Unfortunately neither autocommit=True with 0.5.2 or transactional=False with 0.4.8 work in my actual application. David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
