- 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 5 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
-
Jim Fulton authored
-
- 17 Apr, 2009 1 commit
-
-
Jim Fulton authored
-
- 15 Apr, 2009 1 commit
-
-
Andreas Jung authored
-
- 12 Apr, 2009 1 commit
-
-
Jim Fulton authored
the time zone definition, only worked on Unix.
-
- 11 Apr, 2009 1 commit
-
-
Jim Fulton authored
-
- 10 Apr, 2009 2 commits
-
-
Baiju Muthukadan authored
-
Chris Withers authored
-
- 31 Mar, 2009 1 commit
-
-
Andreas Jung authored
-
- 30 Mar, 2009 1 commit
-
-
Andreas Jung authored
-