Upgrade xorm to v1.2.2 (#16663)
* Upgrade xorm to v1.2.2 * Change the Engine interface to match xorm v1.2.2
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ func (session *Session) Iterate(bean interface{}, fun IterFunc) error {
|
||||
}
|
||||
i++
|
||||
}
|
||||
return err
|
||||
return rows.Err()
|
||||
}
|
||||
|
||||
// BufferSize sets the buffersize for iterate
|
||||
|
||||
Reference in New Issue
Block a user