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

SNOW-949224 Introduce conn in async example #944

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

sfc-gh-pfus
Copy link
Collaborator

@sfc-gh-pfus sfc-gh-pfus commented Oct 24, 2023

Description

Before this change async mode used sql.DB and invoking query caused synchronous logging in.

Checklist

  • Code compiles correctly
  • Run make fmt to fix inconsistent formats
  • Run make lint to get lint errors and fix all of them
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary

@sfc-gh-pfus sfc-gh-pfus requested a review from a team as a code owner October 24, 2023 05:52
@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

Merging #944 (ab12c20) into master (8ed5c10) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #944   +/-   ##
=======================================
  Coverage   83.24%   83.24%           
=======================================
  Files          49       49           
  Lines        9340     9340           
=======================================
  Hits         7775     7775           
  Misses       1565     1565           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sfc-gh-pfus sfc-gh-pfus merged commit 99921d4 into master Oct 24, 2023
23 checks passed
@sfc-gh-pfus sfc-gh-pfus deleted the SNOW-949224-async-conn branch October 24, 2023 10:17
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants