@Query
doesn't escape reserved keywords
#2872
Labels
type: improvement
A minor improvement to an existing feature
@Query
doesn't escape reserved keywords
#2872
Expected Behavior
If a method is annotated with
@Query
, I would expect the query to escape reserved keywords. For example:user
is a reserved name in PostgreSQL.Actual Behaviour
The
user
table is not escaped. Even if you use the following query:The converted query removes escaping.
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
4.6.2
The text was updated successfully, but these errors were encountered: