Commit f0a60b56 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 25a4723c
......@@ -80,6 +80,7 @@ func (δB *ΔBTail) Update(δZ *zodb.EventCommit) {
return
zconnNew = db.Open(δZ.rev)
defer(zconnNew.close)
for root, δZ in δbZ:
toposort(δZ)
......@@ -96,6 +97,11 @@ func (δB *ΔBTail) Update(δZ *zodb.EventCommit) {
*/
}
// XXX -> Get(root, key, at) -> (valueOid, rev) ?
func (δB *ΔBTail) LastRevOf(root Tree, key Key, at zodb.Tid) zodb.Tid {
panic("TODO") // XXX return 0 as stub?
}
func (δB *ΔBTail) ForgetPast(revCut zodb.Tid) {
panic("TODO")
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment