Skip to content

Commit 6154e2f

Browse files
go-mezkyleconroy
authored andcommitted
remove qpl check
1 parent c0d7000 commit 6154e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/codegen/golang/result.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func buildQueries(req *plugin.CodeGenRequest, structs []Struct) ([]Query, error)
213213
SQLDriver: sqlpkg,
214214
Column: p.Column,
215215
}
216-
} else if len(query.Params) >= 1 && (qpl >= 0) {
216+
} else if len(query.Params) >= 1 {
217217
var cols []goColumn
218218
for _, p := range query.Params {
219219
cols = append(cols, goColumn{

0 commit comments

Comments
 (0)