aggiunta delete then insert nella regola
This commit is contained in:
@@ -562,7 +562,7 @@ end
|
||||
rule "completeInsertVtbOfft"
|
||||
when
|
||||
eval(completeRulesEnabled)
|
||||
$vtbOfft : VtbOfft(dataIns == null && (operation == OperationType.INSERT || operation == OperationType.INSERT_OR_UPDATE))
|
||||
$vtbOfft : VtbOfft(dataIns == null && (operation == OperationType.INSERT || operation == OperationType.INSERT_OR_UPDATE || operation == OperationType.DELETE_THEN_INSERT))
|
||||
then
|
||||
String fullName = CommonRules.getFullName(conn, username);
|
||||
modify($vtbOfft) {
|
||||
|
||||
Reference in New Issue
Block a user