wecisecode hace 2 días
padre
commit
553c7dd141
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  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)
+**/
+;