Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels