[ZODB-Dev] [ zodb-Bugs-653256 ] Transaction.py and _p_oid

noreply@sourceforge.net noreply@sourceforge.net
Fri, 13 Dec 2002 07:23:07 -0800


Bugs item #653256, was opened at 2002-12-13 09:07
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=653256&group_id=15628

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Toby Dickenson (htrd)
Assigned to: Nobody/Anonymous (nobody)
Summary: Transaction.py and _p_oid

Initial Comment:
Transaction.py has two places that assume its managed objects have 
a _p_oid attribute, for formatting error messages. I think this 
assumption is not valid. 
 
 

----------------------------------------------------------------------

Comment By: Shane Hathaway (hathawsh)
Date: 2002-12-13 10:23

Message:
Logged In: YES 
user_id=16701

I agree.  It also assumes that the OIDs are strings of
exactly 8 bytes.  AdaptableStorage breaks this assumption;
OIDs don't necessarily have to be strings.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=653256&group_id=15628