Re: [sqlalchemy] Problem with autocommit in SQL Server

2011-07-08 Thread Michael Bayer
On Jul 8, 2011, at 3:58 AM, Michael Kvyatkovskiy wrote: > Hello. > The task is to execute stored procedure which writes data to database > in SQL Server 2008 using SQLAlchemy 0.7.1 in Python 2.7.2. SQLAlchemy > uses pyodbc 2.1.8. When trying to use SQLAlchemy, data is not written > to database: >

[sqlalchemy] Problem with autocommit in SQL Server

2011-07-08 Thread Michael Kvyatkovskiy
Hello. The task is to execute stored procedure which writes data to database in SQL Server 2008 using SQLAlchemy 0.7.1 in Python 2.7.2. SQLAlchemy uses pyodbc 2.1.8. When trying to use SQLAlchemy, data is not written to database: from sqlalchemy.engine import create_engine from sqlalchemy.orm impo