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-09 15:45:27
|
On Thu, Oct 04, 2007 at 07:41:13PM +0400, Oleg Broytmann wrote: > There is custom sqlType that's supposed to be used like this: > > class MyTable(): > col = StringCol(sqlType="NTEXT") Fixed for StringCol and UnicodeCol with MSSQL in the revisions 3024-3028 (branches 0.7, 0.8, 0.9, the trunk and docs.) Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |