-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix parsing entity names in JPQL query with package names that contain reserved words #3457
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
Conversation
…n reserved words.
… reserved exp keyword.
963e79d
to
126b31d
Compare
…n reserved words.
Not sure if this PR handles the reserved words anywhere in the query, but I found that the table alias couldn't be the reserved word either.
|
It isn't intended but permits reserved words as per JPA spec, identifiers are:
Isn't the purpose of reserved words that you cannot use these in arbitrary places? |
Resolves: #3451