fix filter err
This commit is contained in:
parent
2699a01444
commit
acee9e1862
|
@ -123,6 +123,16 @@ sql select * from $mt where tgcol = 1
|
|||
if $rows != 100 then
|
||||
return -1
|
||||
endi
|
||||
|
||||
sql select * from $mt where tgcol = "1.0"
|
||||
if $rows != 100 then
|
||||
return -1
|
||||
endi
|
||||
|
||||
sql select * from $mt where tgcol = "1"
|
||||
if $rows != 100 then
|
||||
return -1
|
||||
endi
|
||||
sql select * from $mt where tgcol <> 1
|
||||
if $rows != 100 then
|
||||
return -1
|
||||
|
|
Loading…
Reference in New Issue