- 10 Jun, 2009 2 commits
-
-
Jim Fulton authored
windows failures!
-
Jim Fulton authored
Saving indexes for large file storages failed (with the error: RuntimeError: maximum recursion depth exceeded). This can cause a FileStorage to fail to start because it gets an error trying to save its index.
-
- 09 Jun, 2009 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
counted properly.
-
- 05 Jun, 2009 4 commits
-
-
Jim Fulton authored
avoid spurious test failures.
-
Jim Fulton authored
for a timeout.
-
Jim Fulton authored
Cleaned up code formatting.
-
Andreas Jung authored
-
- 04 Jun, 2009 1 commit
-
-
Christian Zagrodnick authored
cannot resolve.
-
- 29 May, 2009 1 commit
-
-
Jim Fulton authored
-
- 26 May, 2009 2 commits
-
-
Laurence Rowe authored
(zodbguide) and published at http://docs.zope.org/zodb.
-
Laurence Rowe authored
-
- 17 May, 2009 3 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
Fixed intermittent failures by making MVCCMappingStorage hold a per-connection snapshot of the database.
-
Shane Hathaway authored
-
- 16 May, 2009 1 commit
-
-
Shane Hathaway authored
-
- 11 May, 2009 1 commit
-
-
Jim Fulton authored
-
- 04 May, 2009 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 30 Apr, 2009 7 commits
-
-
Jim Fulton authored
This changed the schema, so we have to use the schema differently. Presumably the schema is private.
-
Jim Fulton authored
Added an option to disallow cross-database references.
-
Jim Fulton authored
debugging easier.
-
Jim Fulton authored
Include extra data in InvalidObjectReference exceptions to make debugging easier.
-
Jim Fulton authored
Added an option to disallow cross-database references.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 28 Apr, 2009 5 commits
-
-
Shane Hathaway authored
did not necessarily increase for every transaction. Fixed and tested.
-
Shane Hathaway authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
object can now *also* be used as an object with attributes mapped to the root-object keys.
-
- 27 Apr, 2009 2 commits
-
-
Jim Fulton authored
support.
-
Jim Fulton authored
Python (2.5 and later) with statement:: db = ZODB.DB(...) with db.transaction() as conn: # ... do stuff with conn This uses a private transaction manager for the connection. If control exists the block without an error, the transaction is committed, otherwise, it is aborted. - Connections now have a public ``opened`` attribute that is true when the connection is open, and false otherwise. When true, it is the seconds since the epoch (time.time()) when the connection was opened. This is a renaming of the previous ``_opened`` private variable.
-
- 24 Apr, 2009 4 commits
-
-
Jim Fulton authored
output.
-
Jim Fulton authored
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.
-
Jim Fulton authored
messages.
-
Jim Fulton authored
-