[Zope-Checkins] CVS: Zope2 - DB.py:1.20.34.1
Jim Fulton
jim@digicool.com
Tue, 8 Aug 2000 14:36:37 -0400
Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/projects/users/jim/Zope-2_2-branch/lib/python/ZODB
Modified Files:
Tag: Zope-2_2-branch
DB.py
Log Message:
Change to automagically add stub tpc_vote to storage if it's missing
so that other code doesn't have to check that it's there. Added
assignment of storage tpc_vote method in version support code. Added
missing vote call in initialization code that bypasses/takes-over
transaction processing.