1
0

2 Commits b9cee5613d ... 15527e47f8

Autor SHA1 Mensagem Data
  wecisecode 15527e47f8 Merge remote-tracking branch 'origin/master' há 2 dias atrás
  wecisecode 553c7dd141 cypher node há 2 dias atrás
1 ficheiros alterados com 16 adições e 0 exclusões
  1. 16 0
      odbctest/mql/basic/graph_test/21case_sensitive.mql

+ 16 - 0
odbctest/mql/basic/graph_test/21case_sensitive.mql

@@ -0,0 +1,16 @@
+
+
+
+match (:/m3graph/entity/sanstorage)-[:connect]->(:/m3graph/entity/sanswitch)
+/**
+output()
+match("graph.edges.len",2,"graph.nodes.len",3)
+**/
+;
+
+match (:/m3graph/entity/Sanstorage)-[:connect]->(:/m3graph/entity/Sanswitch)
+/**
+output()
+match("graph.edges.len",2,"graph.nodes.len",3)
+**/
+;