Re: [SQLObject] Strange column type conversion
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2005-01-02 20:03:50
|
On Mon, Jan 03, 2005 at 01:22:18AM +0800, Hong Yaun wrote: > i[0].number = '10' [skip] > 10 <type 'str'> What version are you using? The bug has been fixed in the Sunbversion repository and the fixed version soon will be released as SQLObject 0.6.1. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |