Table results seems to contains a value with a empty binding
Open
- Dominant language
- Go
- Stars
- 984
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
Example:
"select ?s, ?p, ?o from ?cs where {?s ?p ?o};" yield:
bindings: ["?s" "?p" "?o"]
Results: [{"" "0.9945627"^^type:float64 <<==== this has no proper binding key
"?o" "0.9945627"^^type:float64
"?p" ":child_score"@[]
"?s" /t}
]
Contributor guide
Assessment
This issue has not been assessed yet.