-
Notifications
You must be signed in to change notification settings - Fork 95
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
add meta result attribute when calling a stored procedure #296
Comments
stored procedure result have metadata as well. example for
Could you tell what you expect ? |
ah, maybe this is because the difference compared to a SELECT command is that stored procedure will return 2 results. (there is always an additional OkPacket when executing a stored procedure). If you want to compare to a SELECT, you'll have to use only the first result. |
Thank you for your help.
Kind regards, Jan.
On Monday, October 14, 2024 at 03:52:45 PM GMT+2, diego dupin ***@***.***> wrote:
ah, maybe this is because the difference compared to a SELECT command is that stored procedure will return 2 results. (there is always an additional OkPacket when executing a stored procedure). If you want to compare to a SELECT, you'll have to use only the first result.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Dear developers,
I am considering moving from mysql to mariadb in my node.js BE implementation.
I would really appreciate adding meta result attribute when calling a stored procedure.
My BE implementation uses stored procedures to retrieve data and it relies on metadata info.
I suppose it is possible to add it the same way you add it to SELECT queries.
Thank you in advance, Jan.
The text was updated successfully, but these errors were encountered: