-
Notifications
You must be signed in to change notification settings - Fork 319
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
refactor: update sql_cmd_test.cc #2093
Conversation
Removed the unnecessary "DECLARE" from the file.
Codecov Report
@@ Coverage Diff @@
## main #2093 +/- ##
============================================
- Coverage 75.70% 75.68% -0.02%
Complexity 347 347
============================================
Files 615 615
Lines 116901 116901
Branches 1015 1015
============================================
- Hits 88499 88481 -18
- Misses 28193 28211 +18
Partials 209 209
Continue to review full report at Codecov.
|
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
Removed the unnecessary "DECLARE" from the file.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?