On Thu, Aug 30, 2007 at 03:54:47PM -0500, Kevin J. Rice wrote:
> Oleg! Mahlohdetz!
(-:
> class DumbTable(SQLObject):
> def __init__(self):
> self.createPreppedGetByIDStatement()
> #... Make a call to Sqlobject's __init__()??
Yes, the overridden __init__() must call SQLO
EMAIL PROTECTED] On Behalf Of Oleg
Broytmann
Sent: Thursday, August 30, 2007 2:59 PM
To: sqlobject-discuss@lists.sourceforge.net
Subject: Re: [SQLObject] Attempt at Implementing Bound Params
inSQLObjectforget-by-id calls
On Thu, Aug 30, 2007 at 02:49:26PM -0500, Kevin J. Rice wrote: