An error occurred fetching the project authors.
- 06 Jul, 2020 1 commit
-
-
Kirill Smelkov authored
-
- 10 Mar, 2019 2 commits
-
-
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() .
-
Kirill Smelkov authored
-
- 19 Feb, 2019 2 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
Similarly to zodb (632c9798 "go/zodb: storageURL -> zurl")
-
- 17 Jan, 2019 2 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
- 15 Jan, 2018 1 commit
-
-
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.
-
- 11 Jan, 2018 2 commits
-
-
Kirill Smelkov authored
-
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)
-
- 18 Dec, 2017 1 commit
-
-
Kirill Smelkov authored
also: - DataTid -> DataTidHint + 0 if there is no such hint.
-
- 20 Nov, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 07 Nov, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 05 Nov, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 31 Oct, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 25 Oct, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 12 Sep, 2017 2 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
- 11 Sep, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 29 Aug, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 31 Jul, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 03 Jul, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 19 Jun, 2017 1 commit
-
-
Kirill Smelkov authored
-
- 02 May, 2017 2 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
- 28 Apr, 2017 2 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-