Vladimir Izmalkov
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...
## 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...
## 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,...
## 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...
## 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. ##...
## 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...
## 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...
## 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`....
## 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...
## 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....