- 28 Feb, 2006 3 commits
-
-
Chris McDonough authored
-
Christian Theune authored
-
Christian Theune authored
-
- 27 Feb, 2006 19 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
the ZODB_BLOB_TEMPDIR environment variable. We don't use a value from ZConfig because ZConfig use isn't mandated for standalone ZODB usage.
-
Christian Theune authored
-
Christian Theune authored
-
Christian Theune authored
-
Christian Theune authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Christian Theune authored
-
Christian Theune authored
- made ClientStorage and BlobStorage create the blob root directories automatically
-
Christian Theune authored
- replaced "DIRTY" with "LOADING" for ClientStorage
-
Christian Theune authored
- fixed problem handling data manager registrations for non-default transaction managers
-
Chris McDonough authored
Formatting changes.
-
Chris McDonough authored
-
Christian Theune authored
- Made the ClientStorage cache directory the same structure as BlobStorage
-
Christian Theune authored
-
Christian Theune authored
-
- 25 Feb, 2006 6 commits
-
-
Chris McDonough authored
-
Christian Theune authored
-
Christian Theune authored
-
Christian Theune authored
-
Christian Theune authored
-
Christian Theune authored
-
- 17 Feb, 2006 1 commit
-
-
Christian Theune authored
-
- 15 Feb, 2006 2 commits
-
-
Chris McDonough authored
-
Christian Theune authored
-
- 05 Dec, 2005 2 commits
-
-
Michael Kerrin authored
-
Michael Kerrin authored
up on the system. Also add some tests for the configuration of BlobStorage.
-
- 25 Sep, 2005 1 commit
-
-
Chris McDonough authored
-
- 24 Sep, 2005 6 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Add a test to show that our cleanup code (currently in "_abort") doesn't get called. The complexity of the proxied storage, the connection as a datamanager, and the transaction indirections make it unclear exactly how to hook a transaction abort for cleanup purposes.
-
Chris McDonough authored
Override tpc_begin and tpc_abort because methods found on the proxied object aren't rebound to the proxy. :-(
-
Christian Theune authored
-
Chris McDonough authored
Add (badly implemented) methods to TmpStore to allow blob import to work again. This will need to be redone, but it gets us to the point where all the tests pass. Also provide a __repr__ to the BlobStorage proxy which lets us know that we're using a proxied storage.
-