-
Notifications
You must be signed in to change notification settings - Fork 96
Properties in BaseDocument of Traversal are empty #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello! |
Thank you very much! The problem is fixed. But i recognized another issue:
The properties of the BaseDocument contain the "_from" and "_to" value with the handle. But both of these statements above return NULL. |
I fixed the problem in the current snapshot version 3.0.4-SNAPSHOT and will be released soon. |
fixed in version 3.0.4 |
Hi,
I think the issue #21 still exists for traversals. I tested the following code from version 2.7.4 up to 3.0.2 with ArangoDB version 3.0.5:
The TraversalEntity contains the correct vertices and edges, but the properties are missing.
Reading the startVertex with
arangoDb.getDocument("COL/123", BaseDocument.class)
works fine (including the properties).Thank you in advance!
The text was updated successfully, but these errors were encountered: