Hi Massimo,

I've took a look into dal.py and found that "text" data type for
MSSQLAdapter and MSSQL2Adapter is mapped to TEXT and NTEXT
respectively. According to this article[0], these ones should be
replaced by varchar(max) and nvarchar(max) due to will be deprecated
in future versions (maybe SQL Server 2012? I couldn't find it).

How do you handle this situations?

Regards,
Joaquin.

[0] http://msdn.microsoft.com/en-us/library/ms187993.aspx

Reply via email to