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

Wrap conn created with connector #221

Merged
merged 3 commits into from
Aug 14, 2023
Merged

Conversation

sudo-suhas
Copy link
Contributor

If the parent driver implements NamedValueChecker or SessionResetter interface, the conn created using connector needs to be wrapped to avoid obscuring the implementations.

If the parent driver implements NamedValueChecker or SessionResetter
interface, the conn created using connector needs to be wrapped to avoid
obscuring the implementations.
@nhatthm
Copy link
Owner

nhatthm commented Aug 3, 2023

If the parent driver implements NamedValueChecker or SessionResetter interface, the conn created using connector needs to be wrapped to avoid obscuring the implementations.

I will look into this soon 🙏

Copy link
Owner

@nhatthm nhatthm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey. sorry for the late response. We only need some cosmetic changes

driver_test.go Outdated Show resolved Hide resolved
driver_test.go Outdated Show resolved Hide resolved
driver_test.go Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Merging #221 (8d633d8) into master (5e679f5) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #221   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         1217      1217           
=========================================
  Hits          1217      1217           
Flag Coverage Δ
unittests-Linux-X64 ?
unittests-Windows-X64 100.00% <100.00%> (ø)
unittests-macOS-X64 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
driver.go 100.00% <100.00%> (ø)

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

@nhatthm nhatthm merged commit f35ab5c into nhatthm:master Aug 14, 2023
78 checks passed
@sudo-suhas sudo-suhas deleted the wrap-connect branch August 15, 2023 06:38
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