Ver código fonte

Merge remote-tracking branch 'origin/master'

wecisecode 2 semanas atrás
pai
commit
37e5366c36

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

@@ -16,6 +16,9 @@ create ("cypher5:e52")-[:connect]->("cypher6:e62")
 create ("cypher4:e41")-[:connect]->("cypher5:e52")
 ;
 create ("cypher4:e42")-[:connect]->("cypher5:e51")
+/**
+sleep(3s)
+**/
 ;
 
 /**

Diferenças do arquivo suprimidas por serem muito extensas
+ 6669 - 6
odbctest/mql/basic/univdemo_peron_to_org/20insert_person.mql


+ 2 - 2
odbctest/mql/basic/univdemo_peron_to_org/30select.mql

@@ -8,10 +8,10 @@ count(519)
 ;
 
 
-select * from /univ_demo/person
+select * from /univ_demo/person limit -1
 /**
 output()
-count(1)
+count(6669)
 **/
 ;