Open weeee9 opened 3 days ago
You should use selectBuilder
instead of cond
to build WHERE clause. In this package, you never need to call NewCond
to create a *Cond
. SelectBuilder
/UpdateBuilder
/DeleteBuilder
can be used as a *Cond
.
@huandu But the pacakge should handle the stack overflow error?
As title, trying to use
*Cond
inSelectBuilder.Where()
causing stack overflow.Code to reproduce:
Output: