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

[Feature]: supports sql output printing in PL run scenario for MySQL mode #252

Open
yhilmare opened this issue Sep 7, 2023 · 0 comments
Assignees
Labels
priority-low type-feature The functionality to be implemented
Milestone

Comments

@yhilmare
Copy link
Contributor

yhilmare commented Sep 7, 2023

Is your feature request related to a problem?

I created a procedure like this:

create procedure `log_proc` (IN `str` varchar(255)) BEGIN
    DECLARE log_message VARCHAR(255);
    
    SET log_message = CONCAT('current time is ', NOW(), '.');
    SELECT log_message;
END;

and I run it by ODC's procedure window:
image
as you can see, it prints nothing. It can print what I want when I call it by obclient or sql window:
截屏2023-09-07 18 13 52

Describe the solution you'd like

print sql's output at PL window

Additional context

No response

@yhilmare yhilmare added type-feature The functionality to be implemented priority-low labels Sep 7, 2023
@yhilmare yhilmare added this to the ODC 4.2.2 milestone Sep 7, 2023
@yhilmare yhilmare self-assigned this Sep 7, 2023
@yhilmare yhilmare added this to ODC Sep 7, 2023
@github-project-automation github-project-automation bot moved this to New in ODC Sep 7, 2023
@Jane201510 Jane201510 modified the milestones: ODC 4.2.3, ODC Backlog Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-low type-feature The functionality to be implemented
Projects
Status: New
Development

No branches or pull requests

2 participants