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

Open
@FCsean

Description

@FCsean

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions