aggiunta delete then insert nella regola
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user