1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-02 22:50:18 +00:00

orm small update

This commit is contained in:
slene
2013-08-13 19:33:43 +08:00
parent c6a436ed5d
commit f4b3e7e4d2
2 changed files with 3 additions and 7 deletions

View File

@ -201,10 +201,6 @@ func (d *dbBase) Read(q dbQuerier, mi *modelInfo, ind reflect.Value, tz *time.Lo
d.ins.ReplaceMarks(&query)
if len(refs) == 21 {
fmt.Println(query, pkValue)
}
row := q.QueryRow(query, pkValue)
if err := row.Scan(refs...); err != nil {
if err == sql.ErrNoRows {