This commit is contained in:
Nuno Cruces
2023-12-12 14:06:54 +00:00
parent 2e1c65147a
commit 32a824cb6c
8 changed files with 254 additions and 62 deletions

View File

@@ -131,5 +131,5 @@ func indexable(v reflect.Value) (reflect.Value, error) {
return v, nil
}
}
return v, fmt.Errorf("array: unsupported argument:%.0w %v", sqlite3.MISMATCH, v.Type())
return v, fmt.Errorf("array: unsupported argument:%.0w %v", sqlite3.MISMATCH, v)
}