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 6739848 commit e2addbbCopy full SHA for e2addbb
sql/analyzer/analyzer.go
@@ -318,7 +318,6 @@ func sanitizeArguments(args []interface{}) []interface{} {
318
default:
319
// Use reflection to handle structs and pointers to structs
320
rv := reflect.ValueOf(arg)
321
- rt := reflect.TypeOf(arg)
322
if rv.Kind() == reflect.Ptr {
323
rv = rv.Elem()
324
if rv.Kind() == reflect.Struct {
0 commit comments