Browse Source

modify clear

lizg 1 tuần trước cách đây
mục cha
commit
e5092f2559

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

@@ -605,7 +605,7 @@ onerror(continue,`not exist`,`not find`,`not found`)
 **/
 ;
 
-delete from /test with version
+delete from /test/ with version
 /**
 onerror(continue,`not exist`,`not find`,`not found`)
 **/

+ 1 - 1
odbctest/mql/basic/01clear/2_drop_all_test_class.mql

@@ -123,5 +123,5 @@ drop class if exists /test/abc ;
 
 drop class if exists /test/foo ;
 
-drop class if exists /test ;
+drop class if exists /test/ ;