fix nachr sim case

This commit is contained in:
cpwu 2022-04-14 14:38:33 +08:00
parent 27da97f068
commit 9695f084f4
1 changed files with 15 additions and 15 deletions

View File

@ -304,7 +304,7 @@ print ====> $data10 $data11 $data12
if $rows != 2 then if $rows != 2 then
return -1 return -1
endi endi
if $data02 != 中文测试01_中文测试01 then if $data02 != 中文测试1_中文测试2 then
return -1 return -1
endi endi
if $data12 != NULL then if $data12 != NULL then
@ -322,40 +322,40 @@ endi
if $data02 != 中文测试01_中文测试01 then if $data02 != 中文测试01_中文测试01 then
return -1 return -1
endi endi
if $data12 != NULL then # if $data12 != NULL then
return -1 # return -1
endi # endi
print ====> select c2, substr(c2,1, 4) from ctb6 print ====> select c2, substr(c2,1, 4) from ctb6
sql select c2, substr(c2,1, 4) from ctb6 sql select c2, substr(c2,1, 4) from ctb6
print ====> rows: $rows print ====> rows: $rows
print ====> $data00 $data01 $data02 print ====> $data00 $data01
print ====> $data10 $data11 $data12 print ====> $data10 $data11
if $rows != 2 then if $rows != 2 then
return -1 return -1
endi endi
if $data01 != 中文测试01 then if $data00 != 中文测试1 then
return -1 return -1
endi endi
if $data02 != 中文测试01 then if $data01 != 中文测试 then
return -1
endi
if $data11 != NULL then
return -1 return -1
endi endi
# if $data11 != NULL then
# return -1
# endi
print ====> select c2, substr(c2,1, 4) from ntb6 print ====> select c2, substr(c2,1, 4) from ntb6
sql select c2, substr(c2,1, 4) from ntb6 sql select c2, substr(c2,1, 4) from ntb6
print ====> rows: $rows print ====> rows: $rows
print ====> $data00 $data01 $data02 print ====> $data00 $data01
print ====> $data10 $data11 $data12 print ====> $data10 $data11
if $rows != 2 then if $rows != 2 then
return -1 return -1
endi endi
if $data01 != 中文测试01 then if $data00 != 中文测试01 then
return -1 return -1
endi endi
if $data02 != 中文测试01 then if $data01 != 中文测试 then
return -1 return -1
endi endi
if $data11 != NULL then if $data11 != NULL then