Skip to content

[BUG] JSQLParser 5.0-5.1: SQL Server: Stored procedure with placeholders being parsed wrong when it was working in v1 #2192

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
FCsean opened this issue Mar 19, 2025 · 0 comments

Comments

@FCsean
Copy link

FCsean commented Mar 19, 2025

Failing SQL Feature:

Stored procedures with placeholders are failing to parse. Multiple placeholders is failing parsing which is better.

Previously this was being parsed successfuly in 1.x but with the latest version it's not.

SQL Example:

  • Simplified Query Example, focusing on the failing feature
EXEC PCK_ACTION_BY :USER_ID 

is being parsed into

EXEC PCK_ACTION_BY.USER_ID 

Software Information:

  • JSqlParser 5.0-5.1
  • MS SQL Server
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

No branches or pull requests

1 participant