IDEMPIERE-3363 SequenceCheck case for DB.executeUpdate

This commit is contained in:
Carlos Ruiz 2017-05-19 11:18:41 +02:00
parent 0eb6e9bf74
commit 9c170f8b71
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class SequenceCheck extends SvrProcess
+ " AND EXISTS (SELECT * FROM AD_Table t "
+ "WHERE t.IsActive='Y' AND t.IsView='N'"
+ " AND UPPER(s.Name)=UPPER(t.TableName) AND s.Name<>t.TableName)";
int no = DB.executeUpdate(sql, trxName);
int no = DB.executeUpdateEx(sql, trxName);
if (no > 0)
{
if (sp != null){