[sqlalchemy] UnicodeDecodeError when accessing PickleType column

2016-12-05 Thread Adam Pletcher
I'm upgrading one of our tools from Python 2.6.4 (SQLAlchemy 0.9.2) to Python 3.4.1 (SQLAlchemy 1.1.4), and hitting an error when accessing a PickleType column in one of the ORM classes. This is on MS SQL Server 2012, connecting with pyodbc, and client code running on Windows 8.1 64-bit. This

[sqlalchemy] Connecting with Windows Auth?

2009-02-25 Thread Adam Pletcher
Is it possible to connect to a server using Windows Authentication using sqlalchemy? I have a MSSQL server database where my Windows account is needed to create tables. I didn’t turn up anything on the connection syntax for this when I searched. Thanks in advance. - Adam