On Thu, Oct 04, 2007 at 05:16:29PM +0200, Davide Alberani wrote:
> Since what version?
>
> I can find documentation (in Italian), citing TEXT (up to 2147483647 chars)
> and NTEXT for
> unicode (up to 1073741823 chars). It refers to SQL Server 7.0.
Thank you!
There is custom sqlType that's supposed to be used like this:
class MyTable():
col = StringCol(sqlType="NTEXT")
but it isn't properly implemented. It seems it is used only for StringCol
and for a limited list of backends. I will work to extend it to all
backends at least for StringCol and UnicodeCol.
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss