gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-schemafuzz] branch master updated: located cascade v


From: gnunet
Subject: [GNUnet-SVN] [taler-schemafuzz] branch master updated: located cascade value update bug.
Date: Fri, 22 Jun 2018 16:54:03 +0200

This is an automated email from the git hooks/post-receive script.

erwan-ulrich pushed a commit to branch master
in repository schemafuzz.

The following commit(s) were added to refs/heads/master by this push:
     new e49c4c5  located cascade value update bug.
e49c4c5 is described below

commit e49c4c5ba8807cefbf2694728d5643fc1e488a5d
Author: Feideus <address@hidden>
AuthorDate: Fri Jun 22 16:53:55 2018 +0200

    located cascade value update bug.
---
 src/main/java/org/schemaspy/model/GenericTreeNode.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/schemaspy/model/GenericTreeNode.java 
b/src/main/java/org/schemaspy/model/GenericTreeNode.java
index 09f00c1..e447165 100644
--- a/src/main/java/org/schemaspy/model/GenericTreeNode.java
+++ b/src/main/java/org/schemaspy/model/GenericTreeNode.java
@@ -336,14 +336,16 @@ public class GenericTreeNode {
     {
             boolean transfered = false;
             String theQuery = "";
+
             if (undo)
                 System.out.println("UNDOING");
             else
                 System.out.println("INJECT");
+
             if (checkIfHasParentFk(db)) {
                 transfered = true;
                 System.out.println("TRANSFERT");
-                transferMutationToParent(db, sqlService);
+                transferMutationToParent(db, sqlService); //LAST UNCONSISTENCY 
COMES FROM THE CASCADE ON CONSTRAINT.SOME OTHER MUTATIONS ARE AFECTED BY THE 
CASCADE AND GET THEIR INITIAL STATE ROW UNCONSISTENT.
             }
 
             theQuery = updateQueryBuilder(undo, db, sqlService);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]