Re: [SQLObject] Newbie prob - Class generation
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2004-12-23 16:19:02
|
On Thu, Dec 23, 2004 at 11:02:05AM -0500, Dot Not wrote: > Comments = StringCol(length=1000) > > But I'm getting > "Client() did not get expected keyword argument Comments" > back from Python. Comments = StringCol(length=1000, default=None) Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |