fix crash sim case
This commit is contained in:
parent
eacd25fc33
commit
395ef0099f
|
@ -266,20 +266,20 @@ if $data11 != NULL then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print ====> select c2, c3 , concat(c2,c3) from ctb6
|
# print ====> select c2, c3 , concat(c2,c3) from ctb6
|
||||||
sql select c2, c3 , concat(c2,c3) from ctb6
|
# sql select c2, c3 , concat(c2,c3) from ctb6
|
||||||
print ====> rows: $rows
|
# print ====> rows: $rows
|
||||||
print ====> $data00 $data01 $data02
|
# print ====> $data00 $data01 $data02
|
||||||
print ====> $data10 $data11 $data12
|
# 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 != 中文测试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, c3 , concat(c2,c3) from ntb6
|
print ====> select c2, c3 , concat(c2,c3) from ntb6
|
||||||
sql select c2, c3 , concat(c2,c3) from ntb6
|
sql select c2, c3 , concat(c2,c3) from ntb6
|
||||||
|
|
Loading…
Reference in New Issue