JSqlParser
JSqlParser copied to clipboard
[BUG] JSQLParser 5.0-5.1: SQL Server: Stored procedure with placeholders being parsed wrong when it was working in v1
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