An error occurred fetching the project authors.
  1. 06 Jul, 2020 1 commit
  2. 10 Mar, 2019 2 commits
    • Kirill Smelkov's avatar
      go/zodb: OpenStorage -> Open · 6badef15
      Kirill Smelkov authored
      For ZODB we always open database at storage level. Thus `zodb.Open(zurl)`
      is relevant. At application level we open database creating DB from
      IStorage and using DB.Open() .
      6badef15
    • Kirill Smelkov's avatar
      . · 077c4651
      Kirill Smelkov authored
      077c4651
  3. 19 Feb, 2019 2 commits
  4. 17 Jan, 2019 2 commits
  5. 15 Jan, 2018 1 commit
    • Kirill Smelkov's avatar
      go/zodb/zodbtools: Catobj · aa1d7e12
      Kirill Smelkov authored
      `zodb catobj` command to dump content of an object - similarly to `git
      cat-file`. Two modes: raw and verbose with `zodb dump` like headers for
      the object present.
      
      There is no such command currently in zodbtools/py.
      aa1d7e12
  6. 11 Jan, 2018 2 commits
    • Kirill Smelkov's avatar
      . · a00572f6
      Kirill Smelkov authored
      a00572f6
    • Kirill Smelkov's avatar
      X zodb: Clarify Load interface · 5886aad3
      Kirill Smelkov authored
      - Load does not return "next serial"
      - Load always returns LoadError wrapping error cause
      - Load: clarified & documented semantic for "there-is-no-data" results
      - ErrOidMissing -> NoObjectError (just rename)
      - ErrXidMissing -> NoDataError   (rename + adjust information inside)
      
        inside: xid -> oid + deletedAt
      
        deletedAt is needed if storages are stacked (e.g. in DemoStorage) in case
        there is no data for oid/xid in "changes" to find out whether in "changes" oid
        was created after searched xid.At (and then look into "base"), or it was
        already deleted in "changes" and then we must not look into "base".
      
        see: kirr/ZODB@a762e2f8
      
      - URL IStorage -> IStorageDriver (so that raw driver can properly return
        LoadError from its load)
      5886aad3
  7. 18 Dec, 2017 1 commit
  8. 20 Nov, 2017 1 commit
  9. 07 Nov, 2017 1 commit
  10. 05 Nov, 2017 1 commit
  11. 31 Oct, 2017 1 commit
  12. 25 Oct, 2017 1 commit
  13. 12 Sep, 2017 2 commits
  14. 11 Sep, 2017 1 commit
  15. 29 Aug, 2017 1 commit
  16. 31 Jul, 2017 1 commit
  17. 03 Jul, 2017 1 commit
  18. 19 Jun, 2017 1 commit
  19. 02 May, 2017 2 commits
  20. 28 Apr, 2017 2 commits