Yes indeed.

So, add _sig_suppress as an instance variable, initialized to False? My
instinct is just to add a parameter to set(), but I get the sense that
might be frowned upon.

Thanks for your advice -- Andy

Oleg Broytmann wrote:
> Thank you. Almost a good start. I hope you could see the problem between
> 
> On Mon, Jul 16, 2007 at 09:29:01PM -0700, Andy Grover wrote:
>> +            del self.sqlmeta._sig_suppress
> 
>    and
> 
>>      def set(self, **kw):
>> +        if not self.sqlmeta._creating and not self.sqlmeta._sig_suppress:
> 
> Oleg.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to