1
0

2 コミット c79c44e160 ... 291cbcc326

作者 SHA1 メッセージ 日付
  wecisecode 291cbcc326 Merge remote-tracking branch 'origin/master' 6 日 前
  wecisecode aae7fb7fc8 cachedb 6 日 前
1 ファイル変更6 行追加6 行削除
  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)
 **/
 ;