1
0

2 Incheckningar c79c44e160 ... 291cbcc326

Upphovsman SHA1 Meddelande Datum
  wecisecode 291cbcc326 Merge remote-tracking branch 'origin/master' 6 dagar sedan
  wecisecode aae7fb7fc8 cachedb 6 dagar sedan
1 ändrade filer med 6 tillägg och 6 borttagningar
  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)
 **/
 ;