Georgii Novoselov

Results 33 issues of Georgii Novoselov

## Description Some function definition errors point to the wrong regions of queries and confuse users. E.g., this error is clearly not about `attribute bio`: ``` Error executing command: 'define...

type: bug
domain: server

## Problem to Solve When a user's credentials are updated (or the user is deleted), the currently running transactions of this user should be interrupted. Currently, transactions cannot be committed,...

domain: server

## Problem to Solve Following a discussion in [Discord](https://discord.com/channels/665254494820368395/672580553677078548/1339540049464791112) and [this PR](https://github.com/typedb/typedb/pull/7344), we agreed that Concept API interfaces for links and has should be similar. Now, `unset_has_unordered` unsets all existing...

type: refactor
domain: server

## Description This simple query inserting an attribute based on a value variable: ``` match $p isa person; let $n = "Bob"; insert $p has name $n; ``` results in...

type: bug
priority: high
domain: server

## Description When calling stream functions, the `let $x in` statement is expected to be used for variable binding. However, TypeDB lets using `let $x =` instead, just like for...

type: bug
domain: language
domain: server

## Usage and product changes Introduce TypeDB Cluster support. Including: ### Multiple addresses and address translation Drivers can be created using a single address, multiple addresses, or address translation (mapping...

type: feature

## Release notes: usage and product changes TODO ## Implementation TODO

## Product change and motivation Introduce a new `CommitRecord` field called `global_causality_number` to provide a way for the libraries built on top of TypeDB to hint that two separately submitted...

type: feature
domain: storage

## Description Failed commits (e.g., caused by transaction isolation conflicts) cause a never-ending cycle of statistics update, including durability's reads and trace logs spam. The component should additionally cover commit...

domain: storage

## Product change and motivation ## Implementation