-
Notifications
You must be signed in to change notification settings - Fork 322
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
fix: #2235 enable trace #2292
fix: #2235 enable trace #2292
Conversation
should work with - query - deploy - select into not sure work for insert, but the interface is set
Codecov Report
@@ Coverage Diff @@
## main #2292 +/- ##
============================================
- Coverage 75.73% 75.71% -0.02%
Complexity 368 368
============================================
Files 626 627 +1
Lines 118148 118170 +22
Branches 1048 1050 +2
============================================
- Hits 89476 89472 -4
- Misses 28456 28482 +26
Partials 216 216
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.
checked,deploy/select/select...into when an error occurs, CLI prints trace back, but at the same time, a log appears, and the problem has been issued
issued here #2148 (comment) |
close #2235
when
set @@enable_trace = 'true';
, should work forFor any other cmd, interface is ready, whether it prints trace depends on implementation, fix it just by putting info into
status.trace