Skip to content
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

Support mssql exec #1275

Closed
fdzuJ opened this issue May 17, 2024 · 0 comments · Fixed by #1490
Closed

Support mssql exec #1275

fdzuJ opened this issue May 17, 2024 · 0 comments · Fixed by #1490

Comments

@fdzuJ
Copy link

fdzuJ commented May 17, 2024

mssql supports { EXEC | EXECUTE } for stored procedures - parser currently accepts only EXECUTE

lovasoa added a commit to lovasoa/sqlparser-rs that referenced this issue Oct 30, 2024
This adds the following features from the Microsoft SQL Server EXECUTE statement:

Support EXEC as an alias to EXECUTE
fixes apache#1275

Support schema qualified stored procedures
fixes apache#1276

support unnamed parameters in mssql EXECUTE stored procedure calls
fixes apache#1489
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 a pull request may close this issue.

1 participant