You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"sql":"UPDATE sys.Moment SET content = 'test' WHERE ( (id = 15) AND (praiseUserIdList is NOT null AND (json_contains(praiseUserIdList, '82002'))) ) LIMIT 1"
"sql":"UPDATE sys.Moment SET praiseUserIdList = '[82002,70793,38710,93793,82001,960]' WHERE ( (id = 15) AND (praiseUserIdList is NOT null AND (json_contains(praiseUserIdList, '82002'))) ) LIMIT 1"
[bug] PUT "key<>":[] 居然转成了 key = '[]' #276
原代码
修改为
注释:"key+"和"key-"只用于PUT请求,判断的时候兼顾这种特殊情况
原代码
修改为
注释:将"key<>"和"key<"等作为条件
测试
"sql": "UPDATE
sys
.Moment
SETcontent
= 'test' WHERE ( (id
= 15) AND (userId
> 82001) ) LIMIT 1""sql": "UPDATE
sys
.Moment
SETcontent
= 'test' WHERE ( (id
= 15) AND (praiseUserIdList
is NOT null AND (json_contains(praiseUserIdList
, '82002'))) ) LIMIT 1""sql": "UPDATE
sys
.Moment
SETpraiseUserIdList
= '[82002,70793,38710,93793,82001,960]' WHERE ( (id
= 15) AND (praiseUserIdList
is NOT null AND (json_contains(praiseUserIdList
, '82002'))) ) LIMIT 1"APIAuto回归测试也能通过
说明
测试的时候通过重写verify()方法去掉了登录和鉴权
The text was updated successfully, but these errors were encountered: