[Sqlalchemy-tickets] Issue #3039: ntext - sql server (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Landon N. <iss...@bi...> - 2014-05-02 00:26:32
|
New issue 3039: ntext - sql server https://bitbucket.org/zzzeek/sqlalchemy/issue/3039/ntext-sql-server Landon Neale: In SQL Server 2012, the ntext has been deprecated; however, for sql alchemy 0.9.4 for p2.7, it still uses the ntext in the mssql dialects which causes issues/sql type errors. Found solution in C:\Python2732\Lib\site-packages\sqlalchemy-0.9.4-py2.7.egg\sqlalchemy\dialects\mssql\base.py and replacing references to nvarchar. |