Re: [SQLObject] Attempt at Implementing Bound Params inSQLObjectforget-by-id calls

2007-08-30 Thread Oleg Broytmann
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

Re: [SQLObject] Attempt at Implementing Bound Params inSQLObjectforget-by-id calls

2007-08-30 Thread Kevin J. Rice
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: