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

## Product change and motivation Updates the metadata tracked by the planner to include the variable which each pattern is sorted on, and can be joined on. Though this can...

type: refactor
domain: executor

## Problem to Solve Caching of the final results of rules. ## Current Workaround No caching between transactions ## Proposed Solution The internal steps may be more ephemeral but the...

type: feature
priority: low

## Problem to Solve Currently, compilation errors (except translation) abort the transaction. ## Current Workaround N/A ## Proposed Solution A reasonable general principle seems to be that only execution errors...

type: feature
domain: server

## Problem to Solve Ontology designers want to be able to refer to all (any) entities, relationships, and attributes in the abstract (without requiring the use of explicitly declared base...

## Problem to Solve These look like they should all be caught at query-compile time. ```rust FetchAttributesOfType(1, "Received unexpected Type instead of Entity or Relation while fetching owned attributes."), FetchAttributesOfAttribute(2,...

type: refactor

## Problem to Solve Ontology designers want to filter the schema displayed in TypeDB Studio's Schema Visualizer to let them focus their attention on portions of the schema of interest....

priority: medium

## Problem to Solve Ontology designers want TypeDB Studio's Schema Visualizer to persist the layout of a visualized schema to make it easier to review a complex schema. ## Current...

type: feature
priority: medium

## Description ## Environment 1. TypeDB distribution: Core 2. TypeDB version: 3.4.1 3. Environment: Mac 4. Client and version: Doesn't really matter 5. Other details: ## Reproducible Steps 1. Set...

type: bug
domain: language

## Problem to Solve Ontology developers want smarter `source` statement processing within `.tqls` files to make it easier to compose ontologies from separate packages. ## Current Workaround There is really...

## Description An escaped unicode character in a string value crashes the server ## Environment TypeDB Core 3.x ## Reproducible Steps 1. Set up 2. Execute ``` insert $str isa...

type: bug
domain: language