Skip to content

Commit

Permalink
Update result.go
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCarry authored Dec 25, 2018
1 parent e3bd0eb commit 4afa12d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions result.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ import (
type result struct{}

func (*result) LastInsertId() (int64, error) {
fmt.Printf("[NOTSUPPORTED] LastInsertId is not supported")
return 0, nil
}
func (*result) RowsAffected() (int64, error) {
fmt.Printf("[NOTSUPPORTED] RowsAffected is not supported")
return 0, nil
}

0 comments on commit 4afa12d

Please sign in to comment.