Closed
Description
Expected Behavior
When writing a query using the @NativeQuery
, it would be nice to have SQL syntax highlighting.
Current Behavior
When using @Query
the query gets syntax highlighting (even if you say nativeQuery = true).
When using @NativeQuery
you don't get the highlighting even thought the query is identical.
Context
I found something similar in this commit
c60d41d