- 03 Feb, 2014 1 commit
-
-
- 23 Dec, 2013 1 commit
-
-
Godefroid Chapelle authored
-
- 21 Oct, 2013 2 commits
-
-
Godefroid Chapelle authored
when objects had been added in readCurrent still need to come up with a test
-
Godefroid Chapelle authored
-
- 17 Sep, 2013 3 commits
-
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
- 11 Jun, 2012 1 commit
-
-
Tres Seaver authored
-
- 25 May, 2012 1 commit
-
-
Tres Seaver authored
-
- 19 May, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
string representation.
-
- 02 May, 2012 3 commits
-
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 19 Nov, 2011 1 commit
-
-
Jim Fulton authored
-
- 18 Nov, 2011 1 commit
-
-
Jim Fulton authored
Conflict resolution failed when state included cross-database persistent references with classes that couldn't be imported.
-
- 17 Nov, 2011 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
the fix fix.
-
- 16 Nov, 2011 1 commit
-
-
Jim Fulton authored
Conflict resolution failed when state included persistent references with classes that couldn't be imported.
-
- 12 Apr, 2011 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
"Blob temp file get's removed before it should", https://bugs.launchpad.net/zodb/+bug/595378 A way this to happen is that a transaction is aborted after the commit process has started. I don't know how this would happen in the wild. In 3.10.3, the ZEO tpc_abort call to the server is changed to be synchronous, which should address this case. Maybe there's another case.
-
Jim Fulton authored
-
Jim Fulton authored
---------- - "activity monitor not updated for subconnections when connection returned to pool" https://bugs.launchpad.net/zodb/+bug/737198
-
Jim Fulton authored
difference.
-
- 11 Apr, 2011 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Simplified and optimized marshalling code.
-
Jim Fulton authored
MRUish. In some experiments, this led to significant reductions in cache miss rates.
-
Jim Fulton authored
Fixed typo in comment
-
- 12 Feb, 2011 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 11 Feb, 2011 5 commits
-
-
-
Jim Fulton authored
---------- - ZEO server transaction timeouts weren't logged as critical. https://bugs.launchpad.net/zodb/+bug/670986
-
Jim Fulton authored
-
Jim Fulton authored
while running tests.
-
Jim Fulton authored
---------- - 3.10 introduced an optimization to try to address BTree conflict errors arrising for basing BTree keys on object ids. The optimization caused object ids allocated in aborted transactions to be reused. Unfortunately, this optimzation led to some rather severe failures in some applications. The symptom is a conflict error in which one of the serials mentioned is zero. This optimization has been removed.
-
- 27 Oct, 2010 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 26 Oct, 2010 2 commits
-
-
Jim Fulton authored
inherited from object, which compares based on in-process address.) Now BTrees warn if an attempt is made to save a key with comparison inherited from object. (This doesn't apply to old-style class instances.) This will become an error in ZODB 3.11.
-
Jim Fulton authored
- Unix domain sockets didn't work for ZEO (since the addition of IPv6 support). https://bugs.launchpad.net/zodb/+bug/663259
-