wecisecode před 2 týdny
rodič
revize
c8012323e8

+ 5 - 0
odbctest/mql/basic/17_cypher_return/12cross.mql

@@ -18,6 +18,11 @@ create ("cypher4:e41")-[:connect]->("cypher5:e52")
 create ("cypher4:e42")-[:connect]->("cypher5:e51")
 ;
 
+/**
+sleep(3s)
+**/
+;
+
 match (a:"cypher3:*")-[:connect]->(b:"cypher4:*"),
 (b:"cypher4:*")-[:connect]->(c:"cypher5:*"),
 (c:"cypher5:*")-[:connect]->(d:"cypher6:*")

+ 5 - 0
odbctest/mql/basic/17_cypher_return/13cycle.mql

@@ -28,6 +28,11 @@ create ("cypher2:e23")-[:connect]->("cypher3:e33")
 create ("cypher2:e23")-[:connect]->("cypher3:e34")
 ;
 
+/**
+sleep(3s)
+**/
+;
+
 match (a:"cypher1:*")-[:connect]->(b:"cypher2:*"),
 (a:"cypher1:*")-[:connect]->(c:"cypher3:*"),
 (b:"cypher2:*")-[:connect]->(c:"cypher3:*")

+ 5 - 0
odbctest/mql/basic/17_cypher_return/14g1132311.mql

@@ -31,6 +31,11 @@ create ("cypher6:e62")-[:connect]->("cypher7:e74")
 create ("cypher7:e74")-[:connect]->("cypher8:e84")
 ;
 
+/**
+sleep(3s)
+**/
+;
+
 match (a:"cypher6:*")-[:connect]->(b:"cypher7:*"),
 (b:"cypher7:*")-[:connect]->(c:"cypher8:*"),
 (c:"cypher8:*")-[:connect]->(d:"cypher9:*")

odbctest/mql/basic/univdemo_peron_to_org/21insert_person.mql → odbctest/mql/basic/univdemo_peron_to_org/20insert_person.mql