-
This behaviour should be fixed in core, then the @ignore flag should be removed from the behaviour:
"define attribute subtype throws if you try to override 'value'"
See **behaviour/graql/languag…
-
## Description
Ever since `compute count;` now uses the cached statistics, we need to update the Graql Compute test on `test-assembly-windows`.
-
## Description
Grakn doesn't allow types to start with numbers. If we try to do this in the console this fails. However, when we use Workbase instead, Grakn successfully defines types that start wi…
-
Currently, ignoring direct subs when attempting to apply the optimisation because we don't have `directSub` as a Graql operator, which is required when implementing the optimisation (in called functio…
-
All tests that have been disabled are tagged with the following comment:
`# TODO: disabled because down and side casting no longer allowed`
- [ ] All these tests need to be edited to coincide wi…
-
## Problem to Solve
We have introduced a new Graql query: Graql Update. You can learn more about the grammar and implementation from this commit: https://github.com/graknlabs/graql/commit/d382cd551…
-
## Problem to Solve
Currently our Type Labels are validated only at the Graql parser level, and not at the Concept level, meaning it is possible to define Types with invalid labels (null, empty str…
-
_This issue was originally posted by @haikalpribadi on 2018-07-17 20:26_.
grabl updated
3 years ago
-
_This issue was originally posted by @kasper-piskorski on 2017-11-10 17:45_.
Throw them at graql instead and infer the type similarly to what's being done for conjunctive queries.
grabl updated
3 years ago
-
## Description
When matching inferred relations by their roleplayers with variable types, meta 'thing' and 'relation' do not appear in the answers. (ie: a query of the form: `match ($a, $b) isa $ty…