Skip to content

Issue with PL/Perl functions #2

@rabbiveesh

Description

@rabbiveesh

I have a lot of DB functions running on my Postgres project written in pl/Perl.

I'm finding that this module is failing to handle them correctly, in the following two instances.

  1. Each statement inside of the dollar quoted string is getting its semicolon stripped, which is obviously wrong.
  2. All braces are getting stripped, so $hash->{value} is rendered into $hash->value, which again, is obviously wrong.

What I fail to understand is why ANY munging is happening inside of the dollar quoted strings. Those are already as atomic as they get!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions