|
|
@@ -7,71 +7,61 @@ create class if not exists /test() with namespace="test"
|
|
|
|
|
|
delete from /test/cypher with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher1 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher2 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher3 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher4 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher5 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher6 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher7 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher8 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
delete from /test/cypher9 with version
|
|
|
/**
|
|
|
-onerror(continue)
|
|
|
-noerrinfo()
|
|
|
+onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
**/
|
|
|
;
|
|
|
|