[Checkins] [zopefoundation/tempstorage] f1bbc2: Allow tempstorage to participate in MVCC. Also fi...

GitHub noreply at github.com
Tue Feb 26 14:41:20 UTC 2013


  Branch: refs/heads/zope2-Zope-2_8-branch
  Home:   https://github.com/zopefoundation/tempstorage
  Commit: f1bbc20a01d77cb9d868ddfb65b3ee632901a27f
      https://github.com/zopefoundation/tempstorage/commit/f1bbc20a01d77cb9d868ddfb65b3ee632901a27f
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-06-16 (Thu, 16 Jun 2005)

  Changed paths:
    A TemporaryStorage.py
    A tests/testTemporaryStorage.py

  Log Message:
  -----------
  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.


  Commit: 639a32c28eed7b1ba65714617adeec46c2c0d858
      https://github.com/zopefoundation/tempstorage/commit/639a32c28eed7b1ba65714617adeec46c2c0d858
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-06-19 (Sun, 19 Jun 2005)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  The caller can't deal with using current data from loadBefore, so having an "end_tid" of None is useless.


  Commit: 85718107f25816f8bc307d348cbfab70b2fdb87c
      https://github.com/zopefoundation/tempstorage/commit/85718107f25816f8bc307d348cbfab70b2fdb87c
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-06-19 (Sun, 19 Jun 2005)

  Changed paths:
    A TemporaryStorage.py
    R TemporaryStorage.py
    A __init__.py
    A component.xml
    A config.py
    A tests/__init__.py
    A tests/testTemporaryStorage.py
    R tests/testTemporaryStorage.py

  Log Message:
  -----------
  These files don't need to be executable (remove svn:executable propery from all of them).


  Commit: cefd3d05495a2c06653116e73074bd8c3375abf8
      https://github.com/zopefoundation/tempstorage/commit/cefd3d05495a2c06653116e73074bd8c3375abf8
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-07-02 (Sat, 02 Jul 2005)

  Changed paths:
    M TemporaryStorage.py

  Log Message:
  -----------
  Implement loadEx to allow ZEO-mounted tempstorages to work properly under ZODB 3.3.


  Commit: 12c73324fbcbdc5cabb729c4008246d5522545a8
      https://github.com/zopefoundation/tempstorage/commit/12c73324fbcbdc5cabb729c4008246d5522545a8
  Author: Chris McDonough <chrism at plope.com>
  Date:   2005-07-05 (Tue, 05 Jul 2005)

  Changed paths:
    M TemporaryStorage.py
    M tests/testTemporaryStorage.py

  Log Message:
  -----------
  Tim pointed out that loadEx is supposed to return a 3-tuple.  This is related to
 collector 1828 which was already marked as resolved.


Compare: https://github.com/zopefoundation/tempstorage/compare/f1bbc20a01d7^...12c73324fbcb


More information about the checkins mailing list