Skip to content

Commit

Permalink
cancellation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anshul committed Jan 18, 2024
1 parent 9a90dbd commit fdc43d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statement.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func (s *stmt) execute(ctx context.Context, args []driver.NamedValue) (*C.duckdb
C.duckdb_destroy_result(&res)
return nil, errors.New(dbErr)
}

return &res, nil
}

Expand Down

0 comments on commit fdc43d4

Please sign in to comment.