Question about executeQuery("SQL STATEMENT")

Issue #1 new
Adolfo Casari created an issue

Hi,

In executeQuery("SQL STATEMENT")

SQL STATEMENT that contains update, delete or insert are dismissed?

Comments (1)

  1. Luís Ribeiro

    Hi! Thanks for the contact and inters in the tool. Yes, at this moment they are dismissed , for safety reasons. I can tell you that in code in the end for execution of query your'e executing :"java.sql.PreparedStatement.executeQuery("QUERY") " That is set to only allow SELECT's.

    Thanks,

  2. Log in to comment