- 26 Jun, 2007 1 commit
-
-
Andreas Jung authored
-
- 08 Jan, 2006 1 commit
-
-
Andreas Jung authored
-
- 18 Nov, 2005 1 commit
-
-
Andreas Jung authored
-
- 05 Jul, 2005 1 commit
-
-
Chris McDonough authored
Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved.
-
- 02 Jul, 2005 1 commit
-
-
Chris McDonough authored
-
- 19 Jun, 2005 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
The caller can't deal with using current data from loadBefore, so having an "end_tid" of None is useless.
-
- 16 Jun, 2005 1 commit
-
-
Chris McDonough authored
Allow tempstorage to participate in MVCC. Also fix minor bug where conflict cache could be poisoned by a transaction that failed after store was called.
-
- 08 Jan, 2005 1 commit
-
-
Andreas Jung authored
- Collector #1655: fixed severe memory leak in TemporaryStorage
-
- 19 May, 2004 1 commit
-
-
Chris McDonough authored
-
- 17 May, 2004 1 commit
-
-
Philipp von Weitershausen authored
- replaced old CVS expansion with a clean $Id$ - set the svn:keywords property to "Id" When you check-in files in the future and want $Id$ to be expanded, make sure it reads "$Id$" in that file; then set svn:keywords to "Id". ZODB, ZEO, Persistence and similar packages were not modified since they are really maintained elsewhere. Right now, we use a copy of them in our Zope/Zope3 trees. We should go back to the module sharing (using svn:externals).
-
- 16 May, 2004 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
connection can be holding on to an object with references to an object that has been recently garbage collected. When the object is unghosted in the reference-holding thread, the storage cannot find the oid (because it's out of storage due to gc). We work around this by turning KeyErrors that we believe are due to this scenario into ConflictErrors.
-
- 11 May, 2004 1 commit
-
-
root authored
-
- 19 Feb, 2004 1 commit
-
-
Jeremy Hylton authored
-
- 15 Jan, 2004 1 commit
-
-
Tres Seaver authored
- Wire up security policy selection machinery to ZConfig (note that the 'C' policy is currently borked, but should be fixed very soon).
-
- 24 Dec, 2003 3 commits
-
-
Jeremy Hylton authored
As the earlier comment indicated, this storage does not support multiple revisions. The RevisionStorage tests changed to require revision support, so the tests now fail. This might be the right long-term strategy, but it needs a little thought.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
BaseStorage._tid.
-
- 28 Nov, 2003 1 commit
-
-
Jim Fulton authored
consistent with changes in ZODB 3.3.
-
- 17 Aug, 2003 1 commit
-
-
Chris McDonough authored
contains files related to the TemporaryStorage ZODB storage. These files used to be in the TemporaryFolder Product, but have been moved to solve issues which resulted from premature imports during startup caused by import of the TemporaryFolder package by the configuration machinery (particularly the premature import of Globals, which pulls in almost every Zope package) during database setup.
-