FR [ 1920314 ] Make configurable the changelog for insert

- Fix error in parenthesis precedence when system configurator = K
This commit is contained in:
Carlos Ruiz 2008-03-31 02:30:14 +00:00
parent e77b466d91
commit 97a99937f0
1 changed files with 2 additions and 2 deletions

View File

@ -2419,8 +2419,8 @@ public abstract class PO
&& !p_info.isEncrypted(i) // not encrypted && !p_info.isEncrypted(i) // not encrypted
&& !p_info.isVirtualColumn(i) // no virtual column && !p_info.isVirtualColumn(i) // no virtual column
&& !"Password".equals(columnName) && !"Password".equals(columnName)
&& (insertLog.equalsIgnoreCase("Y")) && (insertLog.equalsIgnoreCase("Y")
|| (insertLog.equalsIgnoreCase("K") && p_info.getColumn(i).IsKey) || (insertLog.equalsIgnoreCase("K") && p_info.getColumn(i).IsKey))
) )
{ {
// change log on new // change log on new