[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Renamed DB.open to connection
Jim Fulton
jim at zope.com
Thu Apr 30 07:43:39 EDT 2009
Log message for revision 99599:
Renamed DB.open to connection
Changed:
U ZODB/trunk/src/CHANGES.txt
-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt 2009-04-30 10:14:34 UTC (rev 99598)
+++ ZODB/trunk/src/CHANGES.txt 2009-04-30 11:43:39 UTC (rev 99599)
@@ -8,12 +8,17 @@
New Features
------------
-3.9.0a13 (2009-??-??)
+3.9.0b1 (2009-??-??)
=====================
New Features
------------
+- The Database class now has an ``xrefs`` keyword argument and a
+ corresponding allow-implicit-cross-references configuration option.
+ which default to true. When set to false, cross-database references
+ are disallowed.
+
- As a convenience, the connection root method for returning teh root
object can now *also* be used as an object with attributes mapped to
the root-object keys.
@@ -29,11 +34,16 @@
If control exists the block without an error, the transaction is
committed, otherwise, it is aborted.
-- Convenience methods ZODB.DB.open and ZEO.DB.open provide a
+- Convenience functions ZODB.connection and ZEO.connection provide a
convenient way to open a connection to a database. They open a
database and return a connection to it. When the connection is
closed, the database is closed as well.
+- The ZODB.config databaseFrom... methods now support
+ multi-databases. If multiple zodb sections are used to define
+ multiple databases, the databases are connected in a multi-database
+ arrangement and the first of the defined databases is returned.
+
- The zeopack script has gotten a number of improvements:
- Simplified command-line interface. (The old interface is still
More information about the Zodb-checkins
mailing list