[ZODB-Dev] Heads up on some clean ups

Jim Fulton jim at zope.com
Sat May 5 16:50:15 EDT 2007


I'm getting rid of the DB and Connection synch and mvcc options in  
open().  These were a bit silly (be stupid options) and complicated  
the code.  AFAICT, they are only used by tests and I've re-factored  
the the relevant tests to not use them.

In the course of doing this, I noticed that subtransactions were  
supposed to go away in 3.7, so I'm finally removing subtransaction  
support. :) Use savepoints instead.

Jim

--
Jim Fulton			mailto:jim at zope.com		Python Powered!
CTO 				(540) 361-1714			http://www.python.org
Zope Corporation	http://www.zope.com		http://www.zope.org





More information about the ZODB-Dev mailing list