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

Rationalise enums for query language #475

Closed
andyjefferson opened this issue May 24, 2022 · 0 comments
Closed

Rationalise enums for query language #475

andyjefferson opened this issue May 24, 2022 · 0 comments

Comments

@andyjefferson
Copy link
Member

We have org.datanucleus.metadata.QueryLanguage and org.datanucleus.store.query.Query JDOQL, JPQL, SQL, STOREDPROC.
We also treat these as if they can be case-insensitive, but that is not the case, so could omit many equalsIgnoreCase() and just use equals()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant