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

[Bug]: Ob mysql executes stored procedure without DBMS return #4013

Open
sl01388797 opened this issue Dec 13, 2024 · 1 comment
Open

[Bug]: Ob mysql executes stored procedure without DBMS return #4013

sl01388797 opened this issue Dec 13, 2024 · 1 comment
Assignees
Milestone

Comments

@sl01388797
Copy link
Collaborator

ODC version

odc433

OB version

What happened?

image

What did you expect to happen?

image

How can we reproduce it (as minimally and precisely as possible)?

  1. Create a stored procedure in ob mysql
    create procedure ccgc (IN a varchar(45)) begin
    SET @Greeting = 'Hello';
    SET @name = 'Alice';

    SELECT CONCAT(@Greeting, ', ', @name, '!');
    end;

  2. Execute stored procedures

Anything else we need to know?

No response

@zijiacj
Copy link
Collaborator

zijiacj commented Dec 30, 2024

Currently odc must use either out or inout declarations for stored procedures to return values

@zijiacj zijiacj modified the milestones: ODC 4.3.3, ODC 4.3.4 Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

2 participants