Disable execution of queries
This commit is contained in:
@@ -52,7 +52,7 @@ public class App {
|
|||||||
}
|
}
|
||||||
if(!StatusHolder.getError() && !sql.equals("")) {
|
if(!StatusHolder.getError() && !sql.equals("")) {
|
||||||
TippligaSQLConnector con = new TippligaSQLConnector();
|
TippligaSQLConnector con = new TippligaSQLConnector();
|
||||||
con.executeQuery(sql);
|
// con.executeQuery(sql);
|
||||||
}
|
}
|
||||||
if(StatusHolder.getError()) {
|
if(StatusHolder.getError()) {
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user