Re: [SQLObject] unicode fix

2008-11-04 Thread Oleg Broytmann
On Mon, Nov 03, 2008 at 02:07:51PM +0200, Dan Pascu wrote: > I just committed a fix in handling unicode values. Thank you! Oleg. -- Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN.

[SQLObject] unicode fix

2008-11-03 Thread Dan Pascu
I just committed a fix in handling unicode values. The StringCol had an asymmetric behavior. When it read values from the database, it would use the database encoding to get a string if the db drivers returned an unicode value. However when an unicode value was given from python it would use a