Georgii Novoselov

Results 33 issues of Georgii Novoselov

## Problem to Solve There is a need to allow only a specific subset of users to write to or read from TypeDB. These restrictions have multiple levels of granularity:...

type: feature
domain: server

## Description Queries of type `(parent: $p, parent: $_, parent: $_)` return unstable (different) results and frequently fail on this `debug_assert`: ``` debug_assert!( *self.get(position) == VariableValue::None || *self.get(position) == value,...

## Problem to Solve We currently lack behavior tests covering `distinct`. It works correctly if you test it from TypeDB clients, however, its BDD testing in core is tricky since...

type: bug
domain: executor
domain: server