Open jsonMark opened 2 years ago
Why not use the given squirrel.Where
and squirrel.Lt
?
.Where
V1.5.3 seem not squirrel.Where and squirrel.Lt function ,please show me full code
squirrel.Lt
lt = squirrel.Lt{"title
LIKE ?": fmt.Sprint("%", data.Title, "%")}
rowBuilder = rowBuilder.Where(lt)
countBuilder = countBuilder.Where(lt)
this don not work