We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d4c18 commit 1ca86f7Copy full SHA for 1ca86f7
templates/query.tmpl
@@ -113,7 +113,6 @@ let {{.MethodName}} (db: NpgsqlConnection) {{if .Arg.Pair}} ({{.Arg.Pair}}) {{-
113
|> Sql.query {{.ConstantName}}
114
{{ if .Arg.NpgsqlParams -}}
115
|> Sql.parameters [ {{ .Arg.NpgsqlParams }} ]
116
-
117
{{ end -}}
118
|> Sql.execute{{if $.Options.EmitAsyncCode}}Async{{end}}
119
{{ end }}
0 commit comments