FR [ 1829798 ] Easy generation of migration scripts

2pack is inserting without space before the parenthesis
This commit is contained in:
Carlos Ruiz 2007-12-18 05:34:47 +00:00
parent 37bc4e159c
commit 80d9e53196
1 changed files with 2 additions and 0 deletions

View File

@ -506,6 +506,8 @@ public abstract class Convert
return true;
if (uppStmt.startsWith("UPDATE " + exceptionTables[i] + " "))
return true;
if (uppStmt.startsWith("INSERT INTO " + exceptionTables[i] + "("))
return true;
}
// don't log selects or insert/update for exception tables (i.e. AD_Issue, AD_ChangeLog)