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 3 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
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.

1 participant