sylvainlaurent / JDBC-Performance-Logger

A JDBC driver wrapper and GUI to analyze statement performance
Apache License 2.0
84 stars 26 forks source link

feature-65 replacing correctly prepared statment parameters by using … #72

Closed samyBadjoudj closed 4 years ago

samyBadjoudj commented 4 years ago

feature-65 replacing correctly prepared statement parameters by using regexp (provided by @sylvainlaurent ) with non capturing groups to avoid question marks in all type of sql comments

sylvainlaurent commented 4 years ago

I don't forget you @samyBadjoudj , I'll try to spend some time this week-end...

samyBadjoudj commented 4 years ago

no worries 😃

sylvainlaurent commented 4 years ago

thanks @samyBadjoudj , it's now merged