Re: [SQLObject] SQL Server varchar(4000) instead of TEXT
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Davide A. <dav...@gm...> - 2007-10-10 11:39:47
|
2007/10/10, Oleg Broytmann <ph...@ph...>: > > > Any plan to just let SQL Server use TEXT/NTEXT? > > Despite the fact that it's so slow? Long story short: it was slow on a free edition; an update to the developer version showed good results with TEXT and NTEXT (yes: usable respectively for strings and unicode strings), BUT... it seems that TEXT and NTEXT types for some (to me) unintelligible reason were deprecated in SQL Server 2005 and will be removed in a future version. I'll do some more research. Very strange choice for a database, if you ask me. :-) HTH, -- Davide Alberani <dav...@gm...> [PGP KeyID: 0x465BFD47] http://erlug.linux.it/~da/ |