Re: [SQLObject] Re: Postgres: DROP table CASCADE
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2004-11-29 19:17:41
|
On Mon, Nov 29, 2004 at 12:24:50PM -0600, Ian Bicking wrote: > You could cache the result, but in many cases that query need never be > run, so it shouldn't happen on instantiation. What about the attached version? > I just fixed this one today, if you svn up it should be gone. Yes, that fixed the problem. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |