quick-perf / quickperf

QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
https://github.com/quick-perf/doc/wiki/QuickPerf
Apache License 2.0
469 stars 67 forks source link

Bug/fix issue detecting bind parameters inside join sql statement #133

Closed archyoshi closed 3 years ago

archyoshi commented 3 years ago

Bug related to @DisableQueriesWithoutBindParameters

Description When using a joint in a sql statement, named entities break unbind parameters detection.

This contribution aims to fix this issue. Please squash commits in a single one before merge.

jeanbisutti commented 3 years ago

Thanks a lot @archyoshi!