spring-projects / sts4

The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia
https://spring.io/tools
Eclipse Public License 1.0
882 stars 206 forks source link

VSCode - Error reported when using collate on @Query annotation #1393

Closed raulvaldoleiros closed 3 weeks ago

raulvaldoleiros commented 1 month ago

When using the postgres collate function in @Query with nativeQuery set to true, vscode presents an erro but the query is ok and works. The following image shows the error. image

martinlippert commented 1 month ago

Thanks for reporting this, we will look into this to improve the validation here. In the meantime, you can switch off the query validation in the preferences (if the error is too annoying).

raulvaldoleiros commented 1 month ago

Thanks for sharing :)

BoykoAlex commented 3 weeks ago

Fixed with ea033714b47e3d8088a5f6135343743df0369d61 and b31e63468fa7607335d06ed5f8ac910ea31eea47