mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Remove unnecessary conversions.
This commit is contained in:
@@ -116,5 +116,5 @@ func (cur *seriesCursor) EOF() bool {
|
||||
}
|
||||
|
||||
func (cur *seriesCursor) RowID() (int64, error) {
|
||||
return int64(cur.value), nil
|
||||
return cur.value, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user