Explorar el Código

fix unio_person

lizg hace 1 semana
padre
commit
b1449df2a1

+ 4 - 0
odbctest/mql/basic/univdemo_peron_to_org/00clear.mql

@@ -20,3 +20,7 @@ drop class if exists /univ_demo/person
 
 drop class if exists /univ_demo
 ;
+
+drop edge type univ_demo.person_to_org
+;
+

+ 2 - 0
odbctest/mql/basic/univdemo_peron_to_org/33insert_edge.mql

@@ -0,0 +1,2 @@
+create ("univ_demo_person:UN008080")-[:person_to_org]->("univ_demo_org:2304") 
+;

+ 1 - 1
odbctest/mql/basic/univdemo_peron_to_org/40select.mql

@@ -30,7 +30,7 @@ group by aaa.org_id having count(distinct aaa.person_id)>0
 /**
 output()
 count(1)
-match("aaa.org_id","univ_demo_org:1",count,1)
+match("aaa.org_id","univ_demo_org:2304",count,1)
 **/
 ;