JSqlParser icon indicating copy to clipboard operation
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

Open FCsean opened this issue 8 months ago • 0 comments

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

FCsean avatar Mar 19 '25 08:03 FCsean