On Tue, 23 Jan 2001 03:28:34 -0600, Stephan Richter <[EMAIL PROTECTED]>
wrote:

>Hello everyone,
>
>wow, I haven't posted here for a while now, but now I came to a bigger 
>problem and I hope someone of you will have some suggestions:
>
>I built a Python Product that saves and gets data from a RDB. Whenever a 
>method is called from my Python Product, the ZODB saves the transaction, 
>even though the object was not modified at all. I really would like the 
>ZODB to never save any of my Products actions. Any ideas?

Use the tranalyzer to see which objects are being commited. They think
they are being modified, even if you dont think they should be.

http://www.zope.org/Members/tsarna/Tranalyzer


Toby Dickenson
[EMAIL PROTECTED]

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to