Skip to content

DOC-721 | Add AQL tutorial (back) #652

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 13 commits into from
Apr 5, 2025
Merged

DOC-721 | Add AQL tutorial (back) #652

merged 13 commits into from
Apr 5, 2025

Conversation

Simran-B
Copy link
Contributor

@Simran-B Simran-B commented Dec 18, 2024

Description

Upstream PRs

Need to generate arangosh_execute_query_bindvars example (may use override)

Do examples using DOCUMENT() require WITH declaration in cluster? -> No, but needed for start vertex collections if an ID is provided and the collection not otherwise declared

  • 3.10:
  • 3.11:
  • 3.12:
  • 3.13:

@Simran-B Simran-B self-assigned this Dec 18, 2024
Copy link
Contributor

Deploy Preview Available Via
https://deploy-preview-652--docs-hugo.netlify.app

@cla-bot cla-bot bot added the cla-signed label Dec 18, 2024
@Simran-B Simran-B requested a review from rashtao April 1, 2025 23:26
@Simran-B Simran-B marked this pull request as ready for review April 1, 2025 23:26
{{< tab "Java" >}}
```java
String query = "RETURN CONCAT(\"Hello, \", @name)";
Map<String, Object> bindVars = Collections.singletonMap("name", "AQL");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an error at least with Java 8:

Type mismatch: cannot convert from Map<String,String> to Map<String,Object>

Map<String, String> OTOH is not accepted by the query() method. The only working type I found so far is Map<String, ? super Object>...

Copy link

cla-bot bot commented Apr 5, 2025

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: CircleCI.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email [email protected]
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@cla-bot cla-bot bot removed the cla-signed label Apr 5, 2025
@Simran-B Simran-B merged commit e910db9 into main Apr 5, 2025
4 of 5 checks passed
@Simran-B Simran-B deleted the DOC-721 branch April 5, 2025 00:36
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