Schneekatze
Results
1
issues of
Schneekatze
In `github.com/upper/db/[email protected]/internal/sqlbuilder/select.go:428` a possible error is ignored. ```go func (sel *selector) statement() *exql.Statement { sq, _ := sel.build() return sq.statement() } ``` If an error takes place, `sq` can be...