[sqlalchemy] Re: Table creation/deletetion checkfirst parameter in mssql+pyodbc

2011-08-19 Thread Michael Kvyatkovskiy
Hello! Is there any new information about my problem? Thank you for your support! -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/FL6xRQr3ZzwJ. To post to this

[sqlalchemy] Table creation/deletetion checkfirst parameter in mssql+pyodbc

2011-07-28 Thread Michael Kvyatkovskiy
Hello. I'm using Microsoft Sql Server 2008, sqlalchemy 0.7.1. When I'm trying to create table using metadata.create_all method with checkfirst=True, an axception is raised. I set option convert_unicode=True in engine initialization. Here is the backtrace: ... File ..., line 32, in

[sqlalchemy] Re: Table creation/deletetion checkfirst parameter in mssql+pyodbc

2011-07-28 Thread Michael Kvyatkovskiy
Thank you for the response! On 28 июл, 19:07, Michael Bayer mike...@zzzcomputing.com wrote: On Jul 28, 2011, at 10:34 AM, Michael Kvyatkovskiy wrote: the test case you'd like to try is (seehttp://code.google.com/p/pyodbc/wiki/ConnectionStringsfor connect strings) : import pyodbc conn

[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