From: Oleg B. <ph...@ph...> - 2009-06-28 19:39:41
|
On Sun, Jun 28, 2009 at 02:31:53PM -0400, Markos Kapes wrote: > Just assumed using the sqlmeta fromDatabase=True formatted columns right > (they are typed as utf-8 in the database). > Why doesn't this work, I wonder? Because nobody has implemented that feature. Wanna work on it? > UnicodeCol > works, but the one column is going to be a mighty big text chunk > sometimes..... Will sqlobject truncate ever? SQLObject - no. Database - yes, they could. Depends on the column's type. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |