Skip to content

Commit

Permalink
set public interface query.ClosableResultSet
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Sep 4, 2024
1 parent 903a6df commit 8f72116
Show file tree
Hide file tree
Showing 8 changed files with 1,422 additions and 1,310 deletions.
2 changes: 1 addition & 1 deletion internal/query/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (c *Client) ExecuteScript(
return op, nil
}

func (p *poolStub) Close(ctx context.Context) error {
func (p *poolStub) Close(context.Context) error {
return nil
}

Expand Down
362 changes: 0 additions & 362 deletions internal/query/result_range_test.go

This file was deleted.

Loading

0 comments on commit 8f72116

Please sign in to comment.