FR [ 1920314 ] Make configurable the changelog for insert
- Fix error in parenthesis precedence when system configurator = K
This commit is contained in:
parent
e77b466d91
commit
97a99937f0
|
@ -2419,8 +2419,8 @@ public abstract class PO
|
|||
&& !p_info.isEncrypted(i) // not encrypted
|
||||
&& !p_info.isVirtualColumn(i) // no virtual column
|
||||
&& !"Password".equals(columnName)
|
||||
&& (insertLog.equalsIgnoreCase("Y"))
|
||||
|| (insertLog.equalsIgnoreCase("K") && p_info.getColumn(i).IsKey)
|
||||
&& (insertLog.equalsIgnoreCase("Y")
|
||||
|| (insertLog.equalsIgnoreCase("K") && p_info.getColumn(i).IsKey))
|
||||
)
|
||||
{
|
||||
// change log on new
|
||||
|
|
Loading…
Reference in New Issue