wecisecode 2 giorni fa
parent
commit
553c7dd141
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  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)
+**/
+;