Skip to content
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

Include a note about no mix types of query in a single one #733

Merged
merged 2 commits into from
May 8, 2024

Conversation

otaviojava
Copy link
Contributor

Changes

Fixes #732

Copy link
Contributor

@njr-11 njr-11 left a comment

Choose a reason for hiding this comment

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

This is consistent with the @Query JavaDoc, which states:

 * <p>A given query must not mix named and ordinal parameters.</p>

@gavinking
Copy link
Contributor

@otaviojava this is the wrong section, that section is supposed to be the lexical structure.

@gavinking
Copy link
Contributor

You could put it in 5.3.3, for example.

@otaviojava
Copy link
Contributor Author

You could put it in 5.3.3, for example.

done

@otaviojava otaviojava merged commit a147928 into main May 8, 2024
3 checks passed
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.

[clarification]: Can I mix parameters in the Query?
3 participants