Skip to content

Add support for LANGUAGE clause in CREATE PROCEDURE #1903

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ZacJW
Copy link
Contributor

@ZacJW ZacJW commented Jun 22, 2025

sqlparser-rs doesn't currently support the LANGUAGE clause in CREATE PROCEDURE (see grammar). This PR adds support for it.

Looks like the 'routine characteristics' clause isn't supported at all. I'll probably write separate PRs for those at some point.

@ZacJW ZacJW marked this pull request as ready for review June 22, 2025 11:53
Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ZacJW! The changes look good to me! could you take a look at the conflicts on the branch?

@ZacJW
Copy link
Contributor Author

ZacJW commented Jun 24, 2025

Was caused by both this PR and #1901 adding a test at the end of the same file. Fixed now

Sign up for free to 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.

2 participants