1
0

2 Commits c79c44e160 ... 291cbcc326

Autor SHA1 Nachricht Datum
  wecisecode 291cbcc326 Merge remote-tracking branch 'origin/master' vor 6 Tagen
  wecisecode aae7fb7fc8 cachedb vor 6 Tagen
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      odbctest/mql/basic/30conflictcache/26mupdate.mql

+ 6 - 6
odbctest/mql/basic/30conflictcache/26mupdate.mql

@@ -28,29 +28,29 @@ matchcount(identifier, "xxx", summary, "xxx", 1)
 **/
 ;
 
-update /test/malert_status_cache set summary='aaa' where id='z0000000000012CewoVSJrp'
+update /test/malert_status_cache set summary='aaa' where id='13106789259361019511'
 /**
 output()
 **/
 ;
 
-select class,id,identifier,summary from /test/malert_status_cache where id='z0000000000012CewoVSJrp'
+select class,id,identifier,summary from /test/malert_status_cache where id='13106789259361019511'
 /**
 output()
-matchcount(id, "z0000000000012CewoVSJrp", summary, "aaa", 1)
+matchcount(id, "13106789259361019511", summary, "aaa", 1)
 **/
 ;
 
-update /test/malert_status_cache set summary='xxx' where id='z0000000000012CewoVSJrp'
+update /test/malert_status_cache set summary='xxx' where id='13106789259361019511'
 /**
 output()
 **/
 ;
 
-select class,id,identifier,summary from /test/malert_status_cache where id='z0000000000012CewoVSJrp'
+select class,id,identifier,summary from /test/malert_status_cache where id='13106789259361019511'
 /**
 output()
-matchcount(id, "z0000000000012CewoVSJrp", summary, "xxx", 1)
+matchcount(id, "13106789259361019511", summary, "xxx", 1)
 **/
 ;