On Tue, Oct 09, 2007 at 08:00:06PM +0200, Davide Alberani wrote:
> In the trunk I still see "type = 'varchar(4000)'" at line #481 of col.py, in
> the _mssqlType()
> method of the SOStringLikeCol class.
> Or your "fixed" was not referred to the VARCHAR(4000) instead of TEXT
> problem?

   I didn't replace VARCHAR with TEXT. Instead I allowed you to replace it
with whatever you want:

class MyTable():
   col = StringCol(sqlType="NTEXT")

sqlType was available before, but wasn't used with MSSQL; I fixed the bug,
so sqlType now works for all backends.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to