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-12 17:08:06
|
On Fri, Oct 12, 2007 at 06:53:41PM +0200, Davide Alberani wrote: > 2007/10/12, Oleg Broytmann <ph...@ph...>: > > Thank you. I will put that "(MAX)" into the code. Also I thing I need > > to > > replace "IMAGE" type for BLOBCol with "VARCHAR(MAX)". > > I think "VARBINARY(MAX)" would be a better choice. Thank you! > I suppose these "MAX" types will break compatibility with versions > older than SQL Server 2005 I will handle this by not changing current stable branches and only change the trunk that will be released as version 0.10. There are many deep changes in the trunk so it requires a long beta period. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |