wecisecode 6 天之前
父节点
当前提交
be2cfe803f

+ 18 - 0
odbctest/mql/basic/01clear/1_delete_all_test_data.mql

@@ -599,6 +599,24 @@ onerror(continue,`not exist`,`not find`,`not found`)
 **/
 ;
 
+delete from /test/delete2 with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete from /test/delete3 with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete from /test/delete4 with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
 delete from /test with version
 /**
 onerror(continue,`not exist`,`not find`,`not found`)

+ 4 - 0
odbctest/mql/basic/01clear/2_drop_all_test_class.mql

@@ -122,5 +122,9 @@ drop class if exists /test/abc ;
 
 drop class if exists /test/foo ;
 
+drop class if exists /test/delete2 ;
+drop class if exists /test/delete3 ;
+drop class if exists /test/delete4 ;
+
 drop class if exists /test ;