-
Notifications
You must be signed in to change notification settings - Fork 4
@DisableQueriesWithoutBindParameters
Jean Bisutti edited this page Jul 12, 2020
·
4 revisions
Preview feature (feedbacks welcome)
The test will fail if a query without bind parameters is found.
Keep in mind that bind parameters is an essential feature to prevent SQL injections and can help improve performance:
π Β Core
π Β JVM
π Β SQL
π Β Scopes
π Β Create an annotation
π Β JUnit 4
π Β JUnit 5
π Β TestNG
π Β Spring
π Β Detect and fix N+1 SELECT
π Β Maven performance
π Β Spring Boot - JUnit 4
π Β Spring Boot - JUnit 5
π Β Micronaut Data - JUnit 5
π Β Micronaut - Spring - JUnit 5
π Β Quarkus - JUnit 5
π Β FAQ
π Β QuickPerf code