org.compiere.dbPort.Convert.dontLog: minor bug fix
This commit is contained in:
parent
2100340d06
commit
a1d0ce1d58
|
@ -487,7 +487,7 @@ public abstract class Convert
|
|||
"T_TRANSACTION",
|
||||
"T_TRIALBALANCE"
|
||||
};
|
||||
String uppStmt = statement.toUpperCase();
|
||||
String uppStmt = statement.toUpperCase().trim();
|
||||
// don't log selects
|
||||
if (uppStmt.startsWith("SELECT "))
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue