-
Grakn version: 1.4.0-SNAPSHOT
Expected output:
```
>>> match $x isa person; aggregate count;
30
>>> compute count in person;
30
```
Actual output
```
>>> match $x isa person; aggregate count;
30
>>>…
-
_This issue was originally posted by @jmsfltchr on 2018-08-03 11:57_.
When an attribute is assigned as a roleplayer in a relationship, and other entities are assigned to play other roles in that rel…
grabl updated
6 years ago
-
_This issue was originally posted by @lolski on 2018-03-22 16:07_.
*Goal* Verify if data integrity is preserved when a conflict occurred due to concurrent write and read:
```
Exception in thread "…
grabl updated
6 years ago
-
_This issue was originally posted by @lolski on 2018-03-22 16:07_.
*Goal* Verify if data integrity is preserved when a conflict occurred due to concurrent write and read:
```
Exception in thread "…
grabl updated
6 years ago
-
_This issue was originally posted by @lolski on 2018-03-22 16:07_.
*Goal* Verify if data integrity is preserved when a conflict occurred due to concurrent write and read:
```
Exception in thread "…
grabl updated
6 years ago
-
_This issue was originally posted by @sorsaffari on 2018-08-23 13:39_.
The goal: of this requirement is to:
1. create migration examples that use our drivers, rather than the Graql Migration templat…
grabl updated
6 years ago
-
_This issue was originally posted by @kasper-piskorski on 2018-08-13 11:06_.
When an attribute is assigned as a roleplayer in a relationship, and other entities are assigned to play other roles in t…
grabl updated
6 years ago
-
**Could anyone tell me what's wrong? Thanks**
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ grakn-dashboard ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[…
-
_This issue was originally posted by @kasper-piskorski on 2018-06-06 15:03_.
Queries combining instance and type matching don't work correctly (they don't apply filters or return empty) Simple examp…
grabl updated
6 years ago
-
_This issue was originally posted by @haikalpribadi on 2017-12-13 13:20_.
e.g.
```
match $x sub entity; get;
```
will return at least one result (`entity` itself) always. But:
```
match sub en…
grabl updated
6 years ago