didi / gendry

a golang library for sql builder
Apache License 2.0
1.6k stars 191 forks source link

builder where support function contains space #123

Closed twz915 closed 10 months ago

twz915 commented 2 years ago

where support function contains space, such as

where := map[string]interface{}{
    "LEFT(`title`, 5)": "abcde",
}