Skip to content

@EnableQueriesWithoutBindParameters

Jean Bisutti edited this page Nov 18, 2020 Β· 3 revisions

Cancels behavior of @DisableQueriesWithoutBindParameters.

See the PostgreSQL β€œbind variable peeking” paper from Franck Pachot.

πŸ”§ Elements

Name Type Meaning Default value
comment String To comment on the reason why SQL queries without bind parameters are enabled. -

πŸ”Ž Example

@DisableQueriesWithoutBindParameters(comment = "Skewed data")
@Test
public void execute() {
   ...
}

Annotations

πŸ‘‰  Core

πŸ‘‰  JVM

πŸ‘‰  SQL

πŸ‘‰  Scopes

πŸ‘‰  Create an annotation

Supported frameworks

πŸ‘‰  JUnit 4

πŸ‘‰  JUnit 5

πŸ‘‰  TestNG

πŸ‘‰  Spring

How to

πŸ‘‰  Detect and fix N+1 SELECT

Project examples

πŸ‘‰  Maven performance

πŸ‘‰  Spring Boot - JUnit 4

πŸ‘‰  Spring Boot - JUnit 5

πŸ‘‰  Micronaut Data - JUnit 5

πŸ‘‰  Micronaut - Spring - JUnit 5

πŸ‘‰  Quarkus - JUnit 5

Miscellaneous

πŸ‘‰  FAQ

πŸ‘‰  QuickPerf code

Clone this wiki locally