Re: [SQLObject] SQL Server varchar(4000) instead of TEXT
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2007-10-10 06:29:03
|
On Wed, Oct 10, 2007 at 08:18:58AM +0200, Davide Alberani wrote: > Any plan to just let SQL Server use TEXT/NTEXT? Despite the fact that it's so slow? An how does SQLObject decide what to use - TEXT or NTEXT? TEXT for StringCol and NTEXT for UnicodeCol? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |