[Zodb-checkins] SVN: ZODB/trunk/ News blurb for multi-databases.

Tim Peters tim.one at comcast.net
Mon Mar 21 16:13:39 EST 2005


Log message for revision 29629:
  News blurb for multi-databases.
  

Changed:
  U   ZODB/trunk/NEWS.txt
  U   ZODB/trunk/src/ZODB/tests/multidb.txt

-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt	2005-03-21 21:08:31 UTC (rev 29628)
+++ ZODB/trunk/NEWS.txt	2005-03-21 21:13:38 UTC (rev 29629)
@@ -28,6 +28,12 @@
   is specified, its value is ignored, and ``DeprecationWarning`` is
   raised.  In ZODB 3.6, these optional arguments will be removed.
 
+- Lightweight support for "multi-databases" is implemented.  These are
+  collections of named DB objects and associated open Connections, such
+  that the Connection for any DB in the collection can be obtained from
+  a Connection from any other DB in the collection.  See the new test
+  file ZODB/tests/multidb.txt for a tutorial doctest.  Thanks to Christian
+  Theune for his work on this during the PyCon 2005 ZODB sprint.
 
 BTrees
 ------

Modified: ZODB/trunk/src/ZODB/tests/multidb.txt
===================================================================
--- ZODB/trunk/src/ZODB/tests/multidb.txt	2005-03-21 21:08:31 UTC (rev 29628)
+++ ZODB/trunk/src/ZODB/tests/multidb.txt	2005-03-21 21:13:38 UTC (rev 29629)
@@ -21,7 +21,7 @@
     http://www.zope.org/Wikis/ZODB/MultiDatabases/
 
 It was implemented during the PyCon 2005 sprints, but in a simpler form,
-by Jim Fulton, Christian Theune,and Tim Peters.  Overview:
+by Jim Fulton, Christian Theune, and Tim Peters.  Overview:
 
 No private attributes were added, and one new method was introduced.
 



More information about the Zodb-checkins mailing list