duo to #3278 numRow should be 0
@ -928,7 +928,7 @@ func (d *dbBase) ReadBatch(q dbQuerier, qs *querySet, mi *modelInfo, cond *Condi
maps[fi.column] = true
}
} else {
return -1, fmt.Errorf("wrong field/column name `%s`", col)
return 0, fmt.Errorf("wrong field/column name `%s`", col)
if hasRel {
The note is not visible to the blocked user.