cxo icon indicating copy to clipboard operation
cxo copied to clipboard

intro/discovery/discovery rid out of Xorm

Open logrusorgru opened this issue 6 years ago • 0 comments

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%

logrusorgru avatar Apr 18 '18 08:04 logrusorgru