- 01 Jul, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
included unless the -L option is provided.
-
- 29 Jun, 2000 4 commits
-
-
Jim Fulton authored
a transaction id to be spacified, rather than being defined by the storage. This should *only* be used when copying data from one type of storage to another.
-
Jim Fulton authored
from one storage to another.
-
Jim Fulton authored
-
Jim Fulton authored
than the (timestamp of the first record written after the) last pack. Packing to a time earlier than the last pack can cause serious data lossage.
-
- 27 Jun, 2000 1 commit
-
-
Jim Fulton authored
requested disregarded the filter. That is, the arguments first and last should be applied *after* filtering.
-
- 23 Jun, 2000 1 commit
-
- 20 Jun, 2000 1 commit
-
-
Paul Everitt authored
-
- 19 Jun, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 12 Jun, 2000 1 commit
-
-
Shane Hathaway authored
database rather than the mounted database.
-
- 09 Jun, 2000 1 commit
-
-
Shane Hathaway authored
-
- 05 Jun, 2000 1 commit
-
-
Jim Fulton authored
attributes are registered.
-
- 03 Jun, 2000 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 02 Jun, 2000 1 commit
-
-
Jim Fulton authored
-
- 30 May, 2000 2 commits
-
-
Jim Fulton authored
got registered. (Deja vu all over again. ;) Changed to commit objects in registration order and to allow additional objects to get registered while commiting. (The later was wanted by PJE.) Added a comment in commit to explain the "invariant". Fixed bug that caused objects to get multiply aborted. Now always clear object registry on commit and abort. This seems like a good idea anyway. (We were relying on free_transaction to have the same effect. This faild miserably in single-threaded apps and in certain error conditions. Added a teeny optimization in get_transaction().
-
Jim Fulton authored
transparent Pythonic sematics for __setattr__ and __delattr__. If these methods are implemented, then they *must*:: self._p_changed=1 # prefered or:: self.__changed__(1) # if people get the heebe-jeebees from setting attrs to manually register that an object's persistent state has changed, if, in fact, it has.
-
- 28 May, 2000 3 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Fixed "while objects" loop in commit to do the right thing with the object list element (toss it) if it doesn't have a _p_jar. Not doing this was causing an infinite loop.
-
- 27 May, 2000 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 26 May, 2000 1 commit
-
- 24 May, 2000 1 commit
-
-
Shane Hathaway authored
-
- 20 May, 2000 1 commit
-
-
Jim Fulton authored
-
- 17 May, 2000 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
- 16 May, 2000 2 commits
-
-
Jim Fulton authored
Added macro, PERSISTENCE_FLAGS, that contains the standard persistence ExtensionClass class flags. This macro is provided to make it easier to maintain persistent base classes.
-
Jim Fulton authored
with standard Python semantics.
-
- 12 May, 2000 1 commit
-
-
Jim Fulton authored
-
- 09 May, 2000 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-