aggiunta delete then insert nella regola

This commit is contained in:
2024-02-15 17:12:15 +01:00
parent 3283f856ec
commit 21f34fd7ee

View File

@@ -562,7 +562,7 @@ end
rule "completeInsertVtbOfft" rule "completeInsertVtbOfft"
when when
eval(completeRulesEnabled) 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 then
String fullName = CommonRules.getFullName(conn, username); String fullName = CommonRules.getFullName(conn, username);
modify($vtbOfft) { modify($vtbOfft) {