Skip to content

RestBCAdapter fails when user starts with "FN" #44

@StephanWald

Description

@StephanWald

variableName! = variableNamePrefix! + "_" + str(i) + "!"
execute variableName! + " = methodParams!.get(" + str(i) + ")"

The user prefix is computed using the logged in username. If this starts with "FN" these lines fail because variable names cannot start with FN in BBj (it's reserved for functions).

Possible solution: prefix with "x_" or similar to avoid this conflict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions