Re: [SQLObject] Inheritance looses column
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-09-06 22:10:52
|
[Answering to the list...] On Sun, Sep 06, 2009 at 11:27:12PM +0200, Tobias Weber wrote: > On 06.09.2009, at 15:33, Oleg Broytmann wrote: > >> No exception. > > That's 'cause you didn't run it twice. I wrote that the problem only > manifests when retrieving records from the database that do not yet > exist in memory. Aha, now I see. I got the exception for the second time. 'name' is in dir(self) because it came from the class, but it's not in self.__dict__. Seems like a bug. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |