- 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 14 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
under Python 2.6
-
Andreas Jung authored
using hashlib.sha1 if available in order to avoid DeprecationWarning under Python 2.6
-
Andreas Jung authored
under Python 2.6
-
Andreas Jung authored
-