Skip to content

numeric(2, 0) should still result in ()'s being stripped on fn inputs #40

Description

@uladkasach

right now when using a column with numeric(2,0) the upsert function retains a (2) in the inputs definition:

CREATE OR REPLACE FUNCTION upsert_...(
...
  in_price numeric(2),
...
)

what we'd expect is

CREATE OR REPLACE FUNCTION upsert_...(
...
  in_price numeric,
...
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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