Skip to content

Commit 33ce3af

Browse files
committed
mysql doesn't have named parameters
1 parent aaf9d0e commit 33ce3af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver/driver.go

-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ func buildNamedArgs(args []sqldriver.NamedValue) []interface{} {
357357
a := make([]interface{}, len(args))
358358

359359
for i, arg := range args {
360-
// TODO named parameter support
361360
a[i] = arg.Value
362361
}
363362

0 commit comments

Comments
 (0)