[sqlalchemy] Re: Using Sqlalchmy with pyodbc driver to access a MS SQL Server

2012-11-09 Thread Andrea Cappelli
novembre 2012 08:35:33 UTC+1, Andrea Cappelli ha scritto: Hi, I'm trying to access a MS Sql Server from a python script using SQL Alchemy. If I use pymssql driver everything works well, except I receive a warning about Decimal field converted to float, with some possible data loss; so I

[sqlalchemy] Using Sqlalchmy with pyodbc driver to access a MS SQL Server

2012-11-08 Thread Andrea Cappelli
Hi, I'm trying to access a MS Sql Server from a python script using SQL Alchemy. If I use pymssql driver everything works well, except I receive a warning about Decimal field converted to float, with some possible data loss; so I tried to switch to pyodbc driver that shouldn't have this issue,