Skip to content

Exception: When passing parameters by position, each parameter can only be referenced once #1406

@tjaskula

Description

@tjaskula

This happens in request that have all different parameters names.

It happens that in commandText there is a value Part ?EUR ?I? Dis in multiple places, which is catched wrongly as parameter with the regular expression \?([\p{L}_][\p{L}\p{N}_]*)\?

The matched string is ?I? which obviously is not a parameter name.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions