We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CALL
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
Calling stored procedures is currently impossible with the MySQL engine. Here's a playground link:
https://play.sqlc.dev/p/f89f9de548fed5f1a23e3372932d252e0d3d525b8a4556ea008519dc32bb8879
Original Discord thread: https://discord.com/channels/946447283321438248/1139700396395352147
MySQL
The text was updated successfully, but these errors were encountered:
SQLite does not have a call statement
Sorry, something went wrong.
feat(engine/dolphin): support CALL statement
ea5d2b8
for sqlc-dev#2612
Thanks, I should have checked. I've updated the issue title and description.
605b77a
feat(engine/dolphin): support CALL statement (#2614)
e73ad79
* feat(engine/dolphin): support CALL statement for #2612 * chore: update tidb/parser for create procedure * fix: rename type * feat: support CREATE PROCEDURE * test: add endtoend
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
What do you want to change?
Calling stored procedures is currently impossible with the MySQL engine. Here's a playground link:
https://play.sqlc.dev/p/f89f9de548fed5f1a23e3372932d252e0d3d525b8a4556ea008519dc32bb8879
Original Discord thread: https://discord.com/channels/946447283321438248/1139700396395352147
What database engines need to be changed?
MySQL
The text was updated successfully, but these errors were encountered: