iamazy / elasticsearch-sql

parse sql into elasticsearch dsl with antlr4
https://iamazy.github.io/elasticsearch-sql/
MIT License
339 stars 89 forks source link

区间查询报错 #26

Closed wxwall closed 3 years ago

wxwall commented 3 years ago

正确返回dsl select * from apple where minPrice >= 1 and minPrice < 3

报错sql:select * from apple where minPrice >= 1 and minPrice <= 3

版本 7.3.2.3 新版本有较大区别,未验证

iamazy commented 3 years ago

感谢,已修复