VSCode: Error reported when "CALL {h-schema}" is used in @Query #1395
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
status: needs-investigation
theme: spring-data-support
theme: validation
type: bug
Milestone
When I use the {h-schema} placeholder in a @query native query with CALL for a stored procedure the following error is shown:
PostgreSQL: no viable alternative at input 'CALLh' vscode-spring-boot(SQL_SYNTAX)
Code:
@Modifying
@query( value = "CALL {h-schema}calcRequest( :i_session_id );", nativeQuery = true )
void calcRequest( @param( "i_session_id" ) String sessionId );
The text was updated successfully, but these errors were encountered: