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 deba71c commit 9030cfeCopy full SHA for 9030cfe
go/connection.go
@@ -53,7 +53,7 @@ type Connection struct {
53
54
// buildExecutionParams converts Go data types into strings for query arguments in parameterized queries.
55
func (c *Connection) buildExecutionParams(args []driver.Value) ([]*string, error) {
56
- executionParams := []*string{}
+ var executionParams []*string
57
for _, arg := range args {
58
if arg == nil {
59
val := "NULL"
0 commit comments