typedb icon indicating copy to clipboard operation
typedb copied to clipboard

TypeDB: the polymorphic database powered by types

Results 304 typedb issues
Sort by recently updated
recently updated
newest added

## What is the goal of this PR? We fix the traversal behaviour under queries like `(friend: $x, friend: $y)` when the role players `$x` and `$y` actually are the...

type: bug
priority: high
domain: traversal

## What is the goal of this PR? The current rule-validation incorrectly flags valid & useful scenarios as a negative cycle, such as in #6538 These occur when the conclusion...

type: feature
priority: low
domain: reasoner

## What is the goal of this PR? The reasoner views Conjunctions as a set of Resolvables. Because conjunctions are concepts in the lower 'pattern' domain and Resolvables are concepts...

type: refactor
priority: medium
domain: reasoner

## Description I was able to use the `setLabel` method on the `ThingType` concept (javascript client) to set the type's label to "1". I was then unable to change it...

type: bug
priority: medium

## Description In the rule-validation logic, we have assertions which would fail in the presence of nested negations in rules. These would fail during testing but would not in prod...

type: bug
priority: medium
domain: reasoner

## Problem to Solve Forwardable iterators usually throw an exception when trying to seek forward to a target that is behind the last value returned. However, our storage iterators (`RocksIterator`)...

type: refactor
priority: high

## Problem to Solve A) An insert query may contain one or more double quotes in the attribute values. This is causing problems with inserting, requiring escaping the double quotes...

## What is the goal of this PR? We move the reasoner-planner to an architecture which enables recursive computation of costs through triggered rules. We also implement a version which...

domain: reasoner

## Description Rarely, the graph iterator will not reach a completed state and keep querying the data until interrupted. ## Environment 1. OS (where TypeDB server runs): Ubuntu 22.04 LTS...

type: bug
priority: medium

## What is the goal of this PR? We identify and correct a mismatch between the execution of a procedure and the planner cost functions - notably the presence of...