chore:ingore typecheck
This commit is contained in:
parent
04af65df35
commit
2e19e929ed
@ -121,7 +121,7 @@ func (stmt *Statement) QuoteTo(writer clause.Writer, field interface{}) {
|
||||
} else if len(stmt.Schema.DBNames) > 0 {
|
||||
write(v.Raw, stmt.Schema.DBNames[0])
|
||||
} else {
|
||||
stmt.DB.AddError(ErrModelValueRequired)
|
||||
stmt.DB.AddError(ErrModelValueRequired) //nolint:typecheck
|
||||
}
|
||||
} else {
|
||||
write(v.Raw, v.Name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user