Skip to content

Conversation

@orisano
Copy link
Contributor

@orisanoorisano commented Aug 14, 2023

close#2612

Added CREATE PROCEDURE support for CALL Statement.
And I have updated tidb/parser to support CREATE PROCEDURE.

@andrewmbenton
Copy link
Collaborator

Thanks! The example from this MySQL docs page may be good enough?

@orisano
Copy link
ContributorAuthor

I added e2e test

@orisanoorisano marked this pull request as ready for review August 15, 2023 20:41
@kyleconroy
Copy link
Collaborator

@orisano could you rebase on main? I merged some other dependency updates which conflicts with your changes. Sorry about that.

@kyleconroykyleconroy added this to the 1.21.0 milestone Aug 28, 2023
@orisano
Copy link
ContributorAuthor

rebased!

@kyleconroykyleconroy merged commit e73ad79 into sqlc-dev:mainAug 29, 2023
alfonsodev pushed a commit to ExponentiaTeam/sqlc that referenced this pull request Oct 13, 2025
* feat(engine/dolphin): support CALL statement for sqlc-dev#2612 * chore: update tidb/parser for create procedure * fix: rename type * feat: support CREATE PROCEDURE * test: add endtoend
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for CALL statements in MySQL

3 participants

@orisano@andrewmbenton@kyleconroy