With the latest version, v0.0.0-20190213073225-e433bd6691b1, I got following errors, it seems the types mismatch.
/go/pkg/mod/github.com/xormplus/xorm@v0.0.0-20190213073225-e433bd6691b1/session.go:297:13: cannot assign *sql.Stmt to stmt (type *core.Stmt) in multiple assignment
/go/pkg/mod/github.com/xormplus/xorm@v0.0.0-20190213073225-e433bd6691b1/session_raw.go:69:4: cannot use rows (type *sql.Rows) as type *core.Rows in return argument
/go/pkg/mod/github.com/xormplus/xorm@v0.0.0-20190213073225-e433bd6691b1/session_raw.go:76:3: cannot use rows (type *sql.Rows) as type *core.Rows in return argument
/go/pkg/mod/github.com/xormplus/xorm@v0.0.0-20190213073225-e433bd6691b1/session_raw.go:83:2: cannot use rows (type *sql.Rows) as type *core.Rows in return argument
/go/pkg/mod/github.com/xormplus/xorm@v0.0.0-20190213073225-e433bd6691b1/session_tx.go:16:14: cannot use tx (type *sql.Tx) as type *core.Tx in assignment
With the latest version, v0.0.0-20190213073225-e433bd6691b1, I got following errors, it seems the types mismatch.