You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The xorm drops (*xorm.Rows).Next() error and (*xorm.Rows).Err() can only returns sql.ErrNoRows. Since, CXO have a little SLQ work, then I think CXO should rid out of the xorm to
avoid unnecessary dependency
handle possible error
The work is faster then time of waiting reply from xorm developers.
Work: 50% (in progress, next after #147)
Test: 0%
The text was updated successfully, but these errors were encountered:
@logrusorgru commented on Apr 18, 2018
The xorm drops
(*xorm.Rows).Next()
error and(*xorm.Rows).Err()
can only returnssql.ErrNoRows
. Since, CXO have a little SLQ work, then I think CXO should rid out of the xorm toThe work is faster then time of waiting reply from xorm developers.
Work: 50% (in progress, next after #147)
Test: 0%
The text was updated successfully, but these errors were encountered: