-
Notifications
You must be signed in to change notification settings - Fork 224
AOT Query escape chars #1833
Copy link
Copy link
Closed
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: spring-data-supporttype: bug
Milestone
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: spring-data-supporttype: bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
See the following repo class:
The implementation of the method is below. Note the query string:
Now if use the CodeLens to add a query annotation the escape char from
\\becomes\. See below:The produced query is invalid. The app fails to start with this query.