diff --git a/VERSION b/VERSION index 988f30d1..af3e71ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -xorm v0.4.3.0428 +xorm v0.4.3.0520 diff --git a/session.go b/session.go index b097c44d..bb30ab97 100644 --- a/session.go +++ b/session.go @@ -877,7 +877,7 @@ func (session *Session) cacheFind(t reflect.Type, sqlStr string, rowsSlicePtr in for j := 0; j < len(temps); j++ { bean := temps[j] if bean == nil { - session.Engine.LogWarn("[cacheFind] cache no hit:", tableName, ides[j], temps) + session.Engine.LogWarn("[cacheFind] cache no hit:", tableName, ids[j], temps) // return errors.New("cache error") // !nashtsai! no need to return error, but continue instead continue } diff --git a/xorm.go b/xorm.go index e0151c32..bb7d6461 100644 --- a/xorm.go +++ b/xorm.go @@ -17,7 +17,7 @@ import ( ) const ( - Version string = "0.4.3.0518" + Version string = "0.4.3.0520" ) func regDrvsNDialects() bool {