提交 395ef009 编写于 作者: C cpwu

fix crash sim case

上级 eacd25fc
...@@ -266,20 +266,20 @@ if $data11 != NULL then ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册