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

SourceForge.net noreply@sourceforge.net
Fri, 17 Jan 2003 11:35:04 -0800


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

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
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: Jeremy Hylton (jhylton)
Date: 2003-01-17 19:35

Message:
Logged In: YES 
user_id=31392

Shane fixed this earlier.


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

Comment By: Shane Hathaway (hathawsh)
Date: 2002-12-13 15: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