Skip to content

Support type casting in postgresql #2020

Closed
@1ilit

Description

@1ilit

It would be great if type casting was recognized when parsing.

Database Engine
PostgreSQL

To Reproduce
-the SQL that be parsed

CREATE TABLE public.tnotok (
    description text DEFAULT ''::text NOT NULL
);

Expected behavior
Produce ast

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions