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 06:19:00
|
2007/10/9, Oleg Broytmann <ph...@ph...>: I didn't replace VARCHAR with TEXT. Instead I allowed you to replace it > with whatever you want: > > class MyTable(): > col = StringCol(sqlType="NTEXT") Understood. Any plan to just let SQL Server use TEXT/NTEXT? After all _it is_ supported by the database. (maybe I'm missing something about how SQLObject or databases work in general, sorry) Thanks! -- Davide Alberani <dav...@gm...> [PGP KeyID: 0x465BFD47] http://erlug.linux.it/~da/ |