Re: [ZODB-Dev] Locating backrefs of persistent objects

2009-12-17 Thread Shane Hathaway
Marius Gedminas wrote: > I'd like to implement the following feature for zodbbrowser: given a > persistent object X, find all other persistent objects that have > references to it. RelStorage has this functionality, but I don't know how we ought to expose it. Start a pack to update the graph, th

Re: [ZODB-Dev] Locating backrefs of persistent objects

2009-12-17 Thread Jim Fulton
On Thu, Dec 17, 2009 at 4:06 PM, Marius Gedminas wrote: > I'd like to implement the following feature for zodbbrowser: given a > persistent object X, find all other persistent objects that have > references to it. > > My use case for this is debugging: e.g. given a log entry that mentions > a conf

[ZODB-Dev] Locating backrefs of persistent objects

2009-12-17 Thread Marius Gedminas
I'd like to implement the following feature for zodbbrowser: given a persistent object X, find all other persistent objects that have references to it. My use case for this is debugging: e.g. given a log entry that mentions a conflict error about an OOBTreeBucket, I'd like to know which OOBTree ob