Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
a7017469
Commit
a7017469
authored
Apr 30, 2009
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed DB.open to connection
parent
63083c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
src/CHANGES.txt
src/CHANGES.txt
+12
-2
No files found.
src/CHANGES.txt
View file @
a7017469
...
@@ -8,12 +8,17 @@
...
@@ -8,12 +8,17 @@
New Features
New Features
------------
------------
3.9.0
a13
(2009-??-??)
3.9.0
b1
(2009-??-??)
=====================
=====================
New Features
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
- As a convenience, the connection root method for returning teh root
object can now *also* be used as an object with attributes mapped to
object can now *also* be used as an object with attributes mapped to
the root-object keys.
the root-object keys.
...
@@ -29,11 +34,16 @@ New Features
...
@@ -29,11 +34,16 @@ New Features
If control exists the block without an error, the transaction is
If control exists the block without an error, the transaction is
committed, otherwise, it is aborted.
committed, otherwise, it is aborted.
- Convenience
methods ZODB.DB.open and ZEO.DB.ope
n provide a
- Convenience
functions ZODB.connection and ZEO.connectio
n provide a
convenient way to open a connection to a database. They open a
convenient way to open a connection to a database. They open a
database and return a connection to it. When the connection is
database and return a connection to it. When the connection is
closed, the database is closed as well.
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:
- The zeopack script has gotten a number of improvements:
- Simplified command-line interface. (The old interface is still
- Simplified command-line interface. (The old interface is still
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment