- 28 Mar, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
s/zeo/ZEO/ in logger name, to match other ZEO logger names.
-
Tim Peters authored
-
- 27 Mar, 2005 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 25 Mar, 2005 7 commits
-
-
Chris McDonough authored
Assert that blobs implement IBlob.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Change names of Blob class methods that may be called when the blob object is ghosted. We use a convention of _p_blob_whatever.
-
Chris McDonough authored
Add more txn tests... these now fail with a POSKeyError, because at some point we need to unghost a blob object which appears to retain its existing _p_blob_uncommitted and/or _p_blob_data attr values.
-
Chris McDonough authored
-
Chris McDonough authored
on BlobFile. - Implement __del__ on BlobFile, which attempts to close the filehandle. - Use a weak reference to the blobfile in the BlobDataManager so as to not keep the blobfile alive for longer than necessary (mainly to support the idiom of opening a blobfile without assigning it to a name). It is no longer necessary to explicitly close a blobfile. - Raise IOError if an invalid mode is passed in to Blob.open. - Add some comments about why things are the way they are.
-
- 24 Mar, 2005 13 commits
-
-
Tim Peters authored
Collector #1734. Critical bug in BTree conflict resolution. Stop silent data loss in some BTree cases where a transaction adds a new key to a bucket while a concurrent transaction deletes all keys from the same bucket. Still needs porting to 3.2 line.
-
Tim Peters authored
-
Christian Theune authored
- I made the IStreamIterator not gently close itself, but rely on e.g. Medusa closing it. - The tests now document the behaviour that a user should close the file handles.
-
Chris McDonough authored
Refactor some behavior of blob and blobfile (transparent), account for append mode not failing if a file doesn't exist (it acts like write mode in this situation).
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Clean up formatting to 80 cols and add a restriction noting that BlobFiles can't live beyond the transaction in which their "open" call was invoked.
-
Chris McDonough authored
-
Tim Peters authored
Stop silent data loss in some BTree cases where a transaction adds a new key to a bucket while a concurrent transaction deletes all keys from the same bucket. Still needs porting to ZODB trunk and to 3.2 line.
-
Christian Theune authored
- Explicitly allow the different modes to be selected when opening a blob file.
-
Chris McDonough authored
-
Christian Theune authored
- added clean(er?) handling on cleaning up blobs on transaction boundaries and beeing more careful not to cause harmful states when leaking BlobFiles out of threads/transactions (e.g. to Medusa)
-
Christian Theune authored
- Added Import/Export support. Actually this is even backwards compatible.
-
- 23 Mar, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
- 22 Mar, 2005 6 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Christian Theune authored
-
Tim Peters authored
Various Zopes probably need changes too (to avoid the new deprecation warnings).
-
Tim Peters authored
-
Christian Theune authored
- merged from head - added configuration methods to configure a blobfilestorage - made stuff work ;)
-
- 21 Mar, 2005 7 commits
-
-
Tim Peters authored
Jim (Fulton) points out that it's not entirely clear that the new format can't be read by older ZODBs, and Tim doesn't think it's worth the bother to find out for sure.
-
Tim Peters authored
Added news blurbs about fsIndex improvements, and about that .index files written by 3.4 won't be readable by earlier ZODBs.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-