Skip to content

Function to execute AQL query and get the raw JSON response from Arango server #30

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

Merged
merged 4 commits into from
Nov 17, 2015
Merged

Conversation

miguel-porto
Copy link
Contributor

Exceptions are thrown on server errors, just like the regular AQL query. Only the JSON with the results is returned, as a string. Results are not interpreted into java objects (so any arbitrary JSON doc can be returned by the query), but are parsed, hence validated, as part of the process.

a-brandt pushed a commit that referenced this pull request Nov 17, 2015
Function to execute AQL query and get the raw JSON response from Arango server
@a-brandt a-brandt merged commit 16c95c3 into arangodb:master Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants