privado
privado copied to clipboard
DB write identification by parsing JDBC query to check Insert, update and delete query with executeQuery
Is your feature request related to a problem? Please describe. When insert query is fired with executeQuery its been marked as DB read.
Describe the solution you'd like As of now, we identify DB read when JDBC executeQuery method is used and DB Write when the executeUpdate method is being called. We need to parse the query to check if a query is using insert, delete or update with JDBC executeQuery method.
This issue is reported by Here team.