Closed marcus-pousette closed 1 year ago
If document is DB following sequence of calls will cause problems
await docs.put(programThing) await client.open(programThing, {existing: 'reuse' })
Because programthing is a "child" of docs, it will not exist in program index, so that 'reuse' flag can not be used.
What is the expected behaviour?
Closed in 5e73a2021029506dbca2452ff2080e773c07cc2f
If document is DB following sequence of calls will cause problems
Because programthing is a "child" of docs, it will not exist in program index, so that 'reuse' flag can not be used.
What is the expected behaviour?