wecisecode 6 hodín pred
rodič
commit
6357d52fa0

+ 2 - 2
odbctest/mql/basic/30conflict/26mupdate.mql

@@ -34,7 +34,7 @@ output()
 **/
 ;
 
-select id,summary from /test/malert_status where id='9953570177941151804'
+select class,id,identifier,summary from /test/malert_status where id='9953570177941151804'
 /**
 output()
 matchcount(id, "9953570177941151804", summary, "aaa", 1)
@@ -47,7 +47,7 @@ output()
 **/
 ;
 
-select id,summary from /test/malert_status where id='9953570177941151804'
+select class,id,identifier,summary from /test/malert_status where id='9953570177941151804'
 /**
 output()
 matchcount(id, "9953570177941151804", summary, "xxx", 1)