From: Oleg B. <ph...@ph...> - 2004-11-26 12:09:13
|
SQLObject._create() performs separation of values based on self._SO_plainSetters, creating "forDB" and "others", and calling self.set(**forDB). Is the separation really neccessary? self.set() does the same separation itself. Why not just pass all values to self.set()? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |