Vladimir Izmalkov

Results 46 issues of Vladimir Izmalkov

## Description If we try to assign ownership of an attribute with a value type of lengthy but provide the value as a string (in quotes), we will gate an...

type: refactor
priority: low

## Description Whenever I use `session.database().schema()` method on an empty (created recently) database - I get a crash. ## Environment 1. OS (where TypeDB server runs): 12.6.5 1. TypeDB version...

type: bug
priority: high

## 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 A successful delete query can delete zero, one, or many concepts from a database. Sometimes we might want to know exactly which is the case. ##...

type: feature

## Description Importing an empty data file (from an empty database) throws an exception. ## Environment 1. OS (where TypeDB server runs): macOS 12.6.3 2. TypeDB version (and platform): 2.16.1...

type: bug
x: good first issue

## Problem to Solve TypeDB displays the data directory path in the startup sequence at the console (with ASCII logo). We should also display the configuration file path. That will...

type: feature
x: good first issue
priority: medium

## Problem to Solve To share the Unique constraint between multiple types. E.g., all cars have a unique ID (License plate number), including subtypes of `car`, like `sedan` and `hatchback`....

type: feature

## Problem to Solve We can define/undefine rules. We can read a schema with read transactions from any client. But we can't read rules right now. ## Current Workaround TypeDB...

type: feature
priority: medium

## Description If we create a self-reference ($e has $e), Studio will crash when it tries to visualize the edge. But not immediately. ## Environment 1. TypeDB distribution: Core 2....