lizg před 6 dny
rodič
revize
5a61dcaf01

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

@@ -720,6 +720,80 @@ onerror(continue,`not exist`,`not find`,`not found`)
 **/
 ;
 
+delete 性能备份AaB from /test/性能AaB with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete 性能AaB from /test/性能AaB with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete from /test/性能AaB with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+sleep(3s)
+**/
+;
+
+delete 性能备份AaB from /test/性能AaB_Cache with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete 性能AaB from /test/性能AaB_Cache with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete from /test/性能AaB_Cache with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete 性能备份AaB from /test/性能AaB_Local with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete 性能AaB from /test/性能AaB_Local with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete from /test/性能AaB_Local with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete 性能备份AaB from /test/性能AaB_MemDB with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete 性能AaB from /test/性能AaB_MemDB with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+**/
+;
+
+delete from /test/性能AaB_MemDB with version
+/**
+onerror(continue,`not exist`,`not find`,`not found`)
+sleep(3s)
+**/
+;
+
 delete from /test/ with version
 /**
 output()