Skip to content

Support functions with schema prefix #240

@kliushnichenko

Description

@kliushnichenko

Example

CREATE TABLE foo
(
    entity_id        UUID PRIMARY KEY DEFAULT public.getId(),
    name             VARCHAR(64),
    CONSTRAINT my_constraint  CHECK(v2.my_function(name) IS TRUE)
);

Currently, if the reference to the function contains schema (public. and v2. in the example above) parser returns an empty result.
Would be nice to support this case as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions