Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade to aws-sdk-go-v2 #37

Merged
merged 1 commit into from
Sep 3, 2024
Merged

chore: Upgrade to aws-sdk-go-v2 #37

merged 1 commit into from
Sep 3, 2024

Conversation

bhavanki
Copy link
Contributor

@bhavanki bhavanki commented Sep 3, 2024

The conversion is essentially complete. The only gap is in the implementation of Rows.Next(), where a context is not available from the caller for use when fetching more results from Athena, because the function is defined in its interface to not include a context.

Related to contexts, the driver does not yet implement DriverContext, but should be, separately.

The conversion is essentially complete. The only gap is in the
implementation of `Rows.Next()`, where a context is not available from
the caller for use when fetching more results from Athena, because the
function is defined in its interface to not include a context.

Related to contexts, the driver does not yet implement `DriverContext`,
but should be, separately.
@bhavanki bhavanki merged commit 76f4666 into master Sep 3, 2024
3 checks passed
@bhavanki bhavanki deleted the aws-sdk-go-v2 branch September 3, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants