didi / gendry

a golang library for sql builder
Apache License 2.0
1.62k stars 195 forks source link

支持多个 or 查询 #129

Closed zhanghongnian closed 2 years ago

zhanghongnian commented 2 years ago

支持多个 or 查询 (A=1 OR B=2) AND (C=3 OR D=4)

需求和这个 pr 一样 https://github.com/didi/gendry/pull/125 换了一种实现方式 https://github.com/didi/gendry/pull/130 image

twz915 commented 2 years ago

https://github.com/didi/gendry/pull/125