Revision 652dcb59e91c25e6e6b26138b2e3fbd34a21a4cd authored by Christian Stewart on 17 June 2021, 02:11:03 UTC, committed by Christian Stewart on 17 June 2021, 02:11:04 UTC
Throughout the code there are calls to ValueOf() and NameOf() on the QuadStore.
The QuadStore currently returns a single value for these functions without an
error, but internally the QuadStore might run into some errors when processing
the value. This hack is clearly identified in the code: rather than return the
error, it's just logged.

If the QuadStore has an error while processing ValueOf or NameOf, the returned
value will be nil which might lead to many types of undefined behavior - such as
queries returning "nil" for one field of a Quad.

Fixes #985

Signed-off-by: Christian Stewart <christian@paral.in>
1 parent 08381ef
History
File Mode Size
api
deployment
docker-compose
getting-involved
k8s
query-languages
tools
usage
3rd-party-apis.md -rw-r--r-- 904 bytes
GizmoAPI.md.in -rw-r--r-- 106 bytes
README.md -rw-r--r-- 1.2 KB
SUMMARY.md -rw-r--r-- 1.0 KB
advanced-use.md -rw-r--r-- 3.3 KB
cayleyexport.md -rw-r--r-- 1.0 KB
cayleyimport.md -rw-r--r-- 1.1 KB
configuration.md -rw-r--r-- 7.1 KB
container.md -rw-r--r-- 1.2 KB
contributing.md -rw-r--r-- 3.1 KB
convert-linked-data-files.md -rw-r--r-- 971 bytes
faq.md -rw-r--r-- 199 bytes
gephigraphstream.md -rw-r--r-- 2.4 KB
getting-started.md -rw-r--r-- 2.3 KB
gizmoapi.md -rw-r--r-- 18.5 KB
glossary.md -rw-r--r-- 13.1 KB
graphql.md -rw-r--r-- 5.6 KB
gremlinapi.md -rw-r--r-- 117 bytes
hacking.md -rw-r--r-- 51 bytes
http.md -rw-r--r-- 2.8 KB
installation.md -rw-r--r-- 593 bytes
locations.md -rw-r--r-- 1.4 KB
migration.md -rw-r--r-- 2.7 KB
mql.md -rw-r--r-- 2.2 KB
quickstart-as-application.md -rw-r--r-- 218 bytes
quickstart-as-lib.md -rw-r--r-- 1.6 KB
todo.md -rw-r--r-- 257 bytes
ui-overview.md -rw-r--r-- 1.6 KB

README.md

back to top