-
Notifications
You must be signed in to change notification settings - Fork 322
feat: support session variables in sql client #933
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Others LTGM
1983130
to
d07ff0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve failed tests
The case |
Codecov Report
@@ Coverage Diff @@
## main #933 +/- ##
============================================
- Coverage 42.51% 42.32% -0.19%
- Complexity 219 220 +1
============================================
Files 565 568 +3
Lines 105537 105994 +457
Branches 936 966 +30
============================================
- Hits 44869 44867 -2
- Misses 60524 60983 +459
Partials 144 144
Continue to review full report at Codecov.
|
Closes #714
Current CLI session variables: execute_mode, performance_sensitive.
P.S. 'performance_sensitive' will set the value to sql cluster router. 'execute_mode' only supports set/show, no effect.