Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

JSONPath后模糊匹配bug #1902

Closed
runLiu opened this issue Jun 12, 2018 · 2 comments
Closed

JSONPath后模糊匹配bug #1902

runLiu opened this issue Jun 12, 2018 · 2 comments
Labels
Milestone

Comments

@runLiu
Copy link

runLiu commented Jun 12, 2018

JSONPath.read("{\"table\":\"_order_base\"}", "[table LIKE 'order_base%']");
table字段前面有_,LIKE表达式值前面没有_,期望结果不匹配,实际匹配。
看源码觉得JSONPath 1079行逻辑有问题。

@wenshao wenshao added the bug label Jun 18, 2018
@wenshao wenshao added this to the 1.2.49 milestone Jun 18, 2018
@wenshao
Copy link
Member

wenshao commented Aug 5, 2018

https://github.com/alibaba/fastjson/releases/tag/1.2.49
问题已修复,请用新版本

@wenshao wenshao closed this as completed Aug 5, 2018
@zhulc0914
Copy link

实际不应该不匹配吗?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants