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

## Problem to Solve ( A slightly different version of #6792 ) Often, the way users write rules leads to the reasoner proving more facts than required. The classic example...

type: feature
priority: low
domain: reasoner

## Description The following query throws a null pointer exception: ``` match $x type entity; $g isa gene, has official-gene-symbol $s; not { $x type relation; $t isa tissue, has...

type: bug
domain: storage

## Description Non-inferred concepts are incorrectly marked as explainable by `conceptMap.explainables()`. Attempting to explain those concepts with `transaction.query().explain()` returns an empty result. This is easily worked around, but can cause...

type: bug
domain: reasoner

## Description When we delete or change a `Rule` using `delete()` or `setLabel()` method and then use `LogicManager::getRule()`, it returns the unchanged rule from the `LogicCache`. Cache is reindexed only...

type: bug
priority: high
domain: server

## Description In a schema ``` define ownership sub relation, relates owned, relates owner; group-ownership sub ownership, relates group as owned, owns ownership-type; object-ownership sub ownership, relates object as owned,...

type: bug

## Problem to Solve With active development of a database schema, it can be hard to track all the versions of a schema. While for files it's not a problem...

type: feature
priority: medium
domain: language

## Problem to Solve Currently, concludables which share a variable are combined into a single retrievable before the reasoner-planner is invoked. This means the planner can must plan the whole...

domain: reasoner

## Problem to Solve As of https://github.com/vaticle/typedb-behaviour/pull/239 and follow up tweaks, we have several definitions that look something like this: ``` @Then("{root_label}\\( ?{type_label} ?) get owns attribute types with annotations:...

type: refactor
x: good first issue
priority: medium

## Problem to Solve When determining why a conclusion came about based on a complex set of rules, it is currently difficult to retrieve the base facts that caused the...

type: feature
priority: high
domain: reasoner